Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
json-rpc: Only show the amount_msat field if we know it in payments
If we initiated the payment using an externally generated onion we don't know what the final hop gets, or even who it is, so we don't display the amount in these cases. I chose to show `null` instead in order not to break dependees that rely on the value being there.
- Loading branch information