Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chaintopology: Add missing
block_map_del
.
We would `block_map_add` inside `add_tip`, but we never `block_map_del` inside `remove_tip`, which is dangerous as we actually `tal_free` the block inside `remove_tip`. Our CI did not reliably trap this problem since block hashes are random and rerunning the `test_blockchaintrack` often passed spuriously.
- Loading branch information