Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
channeld: don't spin trying to send commitment while waiting.
We would sleep for 10msec (default) and try again, spamming the logs every second. But we're waiting for revoke_and_ack, and that handler already sets off the timer, so there's no need to spin at all! Fixes: ElementsProject#6077 Changelog-Fixed: `channeld`: no longer spin and spam logs when waiting for revoke_and_ack. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information