From: Matt Corallo Date: Sun, 3 May 2020 02:00:08 +0000 (-0400) Subject: Require option_static_remotekey in channel/channelmonitor. X-Git-Tag: v0.0.12~67^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=babf0af30bfe766e6c3f1c3cf76b7b0fa0830dbc;hp=babf0af30bfe766e6c3f1c3cf76b7b0fa0830dbc;p=rust-lightning Require option_static_remotekey in channel/channelmonitor. This simplifies channelmonitor quite nicely (as expected) as we never have to be concerned with learning data in a DataLossProtect which is require for us to claim our funds from the latest remote commitment transaction. ---