]> git.bitcoin.ninja Git - rust-lightning/commit
Remove the `ChannelMonitor` secp context 2023-01-monitor-eq
authorMatt Corallo <git@bluematt.me>
Thu, 26 Jan 2023 02:21:31 +0000 (02:21 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 26 Jan 2023 02:23:16 +0000 (02:23 +0000)
commit53bc6db64c93afdb16830dcc4573cdc22d8f29ea
tree208f05528e7eaa19f417ee984b9f02a5e2a09952
parentd9dfc16e4af43240fe419099ba7e62be6c852455
Remove the `ChannelMonitor` secp context

`ChannelMonitor` indirectly already has a context - the
`OnchainTxHandler` has one. This makes it trivial to remove the
existing one, so we do so for a free memory usage reduction.
lightning/src/chain/channelmonitor.rs