Track last_block_hash in ChannelMonitor and expose it on deser
authorMatt Corallo <git@bluematt.me>
Wed, 24 Oct 2018 15:14:12 +0000 (11:14 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 27 Oct 2018 13:42:04 +0000 (09:42 -0400)
Also make block_connected take a &mut self to ensure serialized
state will always be self-consistent.


No differences found