From: Matt Corallo Date: Sun, 19 Apr 2020 03:13:18 +0000 (-0400) Subject: De-Option<> current_local_signed_commitment_tx in ChannelMonitor X-Git-Tag: v0.0.12~78^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=80055d4bb41b83428f74141c0140165add2609a7;hp=80055d4bb41b83428f74141c0140165add2609a7;p=rust-lightning De-Option<> current_local_signed_commitment_tx in ChannelMonitor Since we now are always initialised with an initial local commitment transaction available now, we might as well take advantage of it and stop using an Option<> where we don't need to. ---