rust-lightning/fuzz/src/utils
Matt Corallo 7e23afe1dc Pass monitor updates by reference, not owned
In the next commit(s) we'll start holding `ChannelMonitorUpdate`s
that are being persisted in `Channel`s until they're done
persisting. In order to do that, switch to applying the updates by
reference instead of value.
2023-01-15 23:53:21 +00:00
..
mod.rs Integrate Persist into ChainMonitor. 2020-10-16 11:30:34 -04:00
test_logger.rs Don't print file paths in fuzz logger as they can be very long 2021-06-23 01:35:23 +00:00
test_persister.rs Pass monitor updates by reference, not owned 2023-01-15 23:53:21 +00:00