Drop useless `mut` in `KeysInterface::sign_holder_anchor_input` 2022-10-remote-useless-mut
authorMatt Corallo <git@bluematt.me>
Wed, 26 Oct 2022 20:46:34 +0000 (20:46 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 26 Oct 2022 20:46:34 +0000 (20:46 +0000)
commitf63df167a19ab5c8b0b8e82c7bccc7d8051ac714
treebf5c3dc25a6b7ad6efde98ebfbd5ffa8fda6b502
parent2e343e78ca0265196a33467c5d77a5c14a5507d1
Drop useless `mut` in `KeysInterface::sign_holder_anchor_input`

The `Transaction` is not modified so there's no reason to make the
reference `mut`
lightning/src/chain/keysinterface.rs
lightning/src/util/enforcing_trait_impls.rs