From: Matt Corallo Date: Wed, 24 Oct 2018 15:14:12 +0000 (-0400) Subject: Track last_block_hash in ChannelMonitor and expose it on deser X-Git-Tag: v0.0.12~283^2~4 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;ds=sidebyside;h=56513f2927b0c8d3b55c059ddcde86eb5132d508;hp=56513f2927b0c8d3b55c059ddcde86eb5132d508;p=rust-lightning Track last_block_hash in ChannelMonitor and expose it on deser Also make block_connected take a &mut self to ensure serialized state will always be self-consistent. ---