Browse Source
The reason lnd was sending sync error was that we were taking more than 30 seconds to send the channel_reestablish after connect. That's understandable on my test node under valgrind, but shouldn't happen normally. However, it seems it has at least once, (see https://github.com/ElementsProject/lightning/issues/2847) : space out startup so it's less likely to happen. Suggested-by: @cfromknecht Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>pull/2938/head
committed by
GitHub
2 changed files with 23 additions and 7 deletions
Loading…
Reference in new issue