mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-07 07:34:22 +01:00
This commit modifies the behavior for the commands which open and close channels on the command line. Previsouly a user needed to use the `—block` flag in order to get information about any possible errors or the full progress of a request. This commit alters the behavior slightly to block until the _first_ message or error is returned from the gRPC stream. With this change, the command line usage has a better UX as users instantly get more information without having to peer into the logs.