Drop redundant parameters in sign_local_commitment_tx
authorMatt Corallo <git@bluematt.me>
Sat, 18 Apr 2020 01:26:38 +0000 (21:26 -0400)
committerMatt Corallo <git@bluematt.me>
Thu, 23 Apr 2020 17:34:57 +0000 (13:34 -0400)
commitba75b3ecd7f88a79ff6392a5229c4ab6c14a8591
treec7112430a3ff5b56d7cd840912a72d204c8f2f57
parentddda194d5324f1e9ef0da3d14fd40f1f38c10075
Drop redundant parameters in sign_local_commitment_tx

The ChanKeys is created with knowledge of the Channel's value and
funding redeemscript up-front, so we should not be providing it
when making signing requests.
lightning/src/chain/keysinterface.rs
lightning/src/ln/channel.rs
lightning/src/ln/channelmonitor.rs
lightning/src/ln/onchaintx.rs
lightning/src/util/enforcing_trait_impls.rs