Open
Description
BitcoinD found a block, sent to LDK.
We updated best_block_header hash in ChannelManager in LDK.
Afterwards bitcoind killed/"unclean restart"/crashed without persisting the block in disk.
Later bitcoind comes back online, LDK tries to get block_header by hash for channelManager, (we got this block_header_hash from storage).
LDK panics because bitcoinD returned "BlockNotFound" because that block wasn't persisted.
Related :
jamaljsr/polar#614
Metadata
Metadata
Assignees
Labels
No labels