Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pay: Print the HTLC result as soon as it's known
We used to not print what happened with an HTLC in the `pay` plugin. This meant that to follow the HTLCs we'd have to map the `pay` HTLCs to the `lightningd` HTLCs, and then trace that. BY having `pay` print the outcome as it sees it, we can make that tracking much simpler, even allowing for tooling to do it for us. Changelog-None This is a log-only change
- Loading branch information