Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
payalgo: correctly fail command in json_pay_failure.
In e46ce0f I accidentally removed the actual code which fails the command. As a result, if we retry and it succeeds later, we can end up "succeeding" the started-failing command, causing us to hit the 'assert(!cmd->have_json_stream);' in new_json_stream. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information