Browse Source
Because my node runs under valgrind, it can take quite a while to sync; nodes tend to disconnect and reconnect if you block too long. This is particularly problematic since we often update fees: when the other side sends its commitment_signed we block. In particular, this triggers the corner case we have where we update_fee twice, disconnecting each time, and our state machine gets confused (which is why we never saw this exact corner case before this change in 0.7.3!). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>travis-debug
Rusty Russell
5 years ago
committed by
Christian Decker
1 changed files with 19 additions and 18 deletions
Loading…
Reference in new issue