Change ChannelManager deserialization to return an optional blockhash
authorValentine Wallace <vwallace@protonmail.com>
Fri, 26 Feb 2021 21:09:28 +0000 (16:09 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 2 Mar 2021 19:30:56 +0000 (14:30 -0500)
If the ChannelManager never receives any blocks, it'll return a default blockhash
on deserialization. It's preferable for this to be an Option instead.


No differences found