lnd.xprv/cmd
Olaoluwa Osuntokun 7e09a70706
cmd/lncli: properly reverse user txid input
This commit fixes a bug introduced within a prior commit. The prior
commit failed to drollery reverse the txid string taken in as user
input, therefore in order to properly close a channel, the user needed
to manually reverse the txid themselves.

With this change, `wire.NewShaHashFromStr` is used which properly
reverses the string within the constructor. This allows the string
reported not be directly used to the close an active channel.

This commit also corrects a few logging messages.
2016-06-22 11:10:33 -07:00
..
lncli cmd/lncli: properly reverse user txid input 2016-06-22 11:10:33 -07:00
lnshell add shell spv testing mode 2016-02-02 23:37:29 -08:00