Browse Source
This was a tricky one to find, it turns out that some nodes are sending node_announcements even if they don't have a channel announced yet. If they are a peer and the channel is currently verifying then we'll have a local channel in the network view, hence accept the node_announcement, but when replaying, the node_announcement will be replayed and we won't have a channel yet. This just skips node_announcements, which is always safe. Reported-by: @laszlohanyecz Signed-off-by: Christian Decker <decker.christian@gmail.com>ppa-0.6.1
Christian Decker
7 years ago
2 changed files with 12 additions and 3 deletions
Loading…
Reference in new issue