Files
lightning/lightningd
ZmnSCPxj 7bbc1948f7 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.
2018-03-16 01:45:08 +00:00
..
2017-10-20 18:31:32 +02:00
2018-03-06 18:59:27 +01:00
2017-12-21 09:56:20 +00:00
2018-03-06 19:26:21 +01:00
2018-02-16 13:08:29 +01:00