mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
cmd/lncli: properly display errors when sending payments
This commit is contained in:
parent
c5f4049394
commit
a824a2a855
@ -877,9 +877,11 @@ func sendPayment(ctx *cli.Context) error {
|
||||
paymentStream.CloseSend()
|
||||
|
||||
printJSON(struct {
|
||||
E string `json:"payment_error"`
|
||||
P string `json:"payment_preimage"`
|
||||
R *lnrpc.Route `json:"payment_route"`
|
||||
}{
|
||||
E: resp.PaymentError,
|
||||
P: hex.EncodeToString(resp.PaymentPreimage),
|
||||
R: resp.PaymentRoute,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user