Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
paystatus: remove doubled amount_msat.
It's always been there: ``` { "pay": [ { "bolt11": "...", "amount_msat": "1000msat", "amount_msat": "1000msat", "destination": "03...", "attempts": [ { "strategy": "Initial attempt", "start_time": "2021-11-06T04:20:20.135Z", "age_in_seconds": 229032, "end_time": "2021-11-06T04:20:27.792Z", "state": "completed", "success": { "id": 31994, "payment_preimage": "..." } } ] } ] } ``` Reported-by: denis2342 on IRC Changelog-Fixed: JSON-RPC: `paystatus` entries no longer have two identical `amount_msat` entries. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information