Avoid use of OnlyReadsKeysInterface
authorWilmer Paulino <wilmer.paulino@gmail.com>
Mon, 21 Nov 2022 21:34:22 +0000 (13:34 -0800)
committerWilmer Paulino <wilmer.paulino@gmail.com>
Mon, 5 Dec 2022 20:11:33 +0000 (12:11 -0800)
commit215619bacecf709e28f0671649dbd2a3bf6ded18
tree6ef3b89d20b25710d8d1e9ed48eca5c81fde1787
parentbfc848e89254d9b511dc6d9b516a2c24c9f43082
Avoid use of OnlyReadsKeysInterface

Since `ChannelMonitor`s will now re-derive signers rather than
persisting them, we can no longer use the OnlyReadsKeysInterface
concrete implementation.
lightning/src/ln/chanmon_update_fail_tests.rs
lightning/src/ln/functional_tests.rs