]> git.bitcoin.ninja Git - rust-lightning/commit
Move serialization of `channel_state` fields to `channel_state.rs` 2024-06-channel_state-module-123
authorMatt Corallo <git@bluematt.me>
Tue, 4 Jun 2024 14:46:15 +0000 (14:46 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 4 Jun 2024 14:49:46 +0000 (14:49 +0000)
commit36c65860a3343eed2da7b081f38d050dd2240229
tree9073878a7f092f2a560af6245561328a3b1e11a6
parent1e06fc85dd5fa0eaab0cf9d6da1fe89ae984f17c
Move serialization of `channel_state` fields to `channel_state.rs`

1f616c0058f77e074c429fa7fb8b2f4594cdb9ad moved a handful of structs
to the new `channel_state.rs` but forgot to move their
serialization logic with them, which is corrected here.
lightning/src/ln/channel_state.rs
lightning/src/ln/channelmanager.rs