Test channelmonitor serialization roundtrip doesn't mutate state 2018-07-monitor-serialize
authorMatt Corallo <git@bluematt.me>
Tue, 17 Jul 2018 04:12:54 +0000 (21:12 -0700)
committerMatt Corallo <git@bluematt.me>
Tue, 17 Jul 2018 18:59:29 +0000 (14:59 -0400)
commit0b82f5584f31e45ef2c176041c1121181c061bc9
tree1512eb66d1d27c733bd6f0788225542b2e7fd48c
parent0553945e21539f304bef16e8c5c8939e11ee1363
Test channelmonitor serialization roundtrip doesn't mutate state
fuzz/Cargo.toml
fuzz/fuzz_targets/channelmonitor_deserialize_target.rs [new file with mode: 0644]
src/ln/chan_utils.rs
src/ln/channelmonitor.rs
src/util/test_utils.rs