lnd.xprv/cmd/lncli
Olaoluwa Osuntokun 8387092409
cmd/lncli: fix bug in openchannel cmd that made --push_amt mandatory
This commit fixes a minor bug that was introduced with the latest PR
that made specifying the —push_amt flag when opening a channel
mandatory. The fix is simple, turn the switch statement into an
if/else, which makes the —push_amt flag optional once again.
2017-03-05 19:01:01 -06:00
..
commands.go cmd/lncli: fix bug in openchannel cmd that made --push_amt mandatory 2017-03-05 19:01:01 -06:00
main.go cmd/lncli: ensure gRPC client is closed after request 2017-01-29 14:51:42 -08:00