Move serialization of `channel_state` fields to `channel_state.rs`
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 19:33:00 +0000 (19:33 +0000)
commitdff697d1a5856eeef8f699c6b3a8247e2c90e190
tree21dd5129cbffabad09eb749110858f2b79c2a624
parent15c709d7475686a6955f6a0d11eff877e4533ce6
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