lnd.xprv/cmd/lncli
Olaoluwa Osuntokun 65435bd8e6
cmd/lncli: close sendpayment stream after recv
We now close the send payment stream after receiving a response.
Otherwise if the RPC server is asynchronously handling requests then,
closing the stream would result in the server returning an EOF error,
terminating the request.
2016-07-21 16:18:56 -07:00
..
commands.go cmd/lncli: close sendpayment stream after recv 2016-07-21 16:18:56 -07:00
main.go cmd/lncli: implement one-off HTLC payments 2016-07-12 17:47:30 -07:00