rust-lightning/lightning-persister
Matt Corallo 6b2e179bc1 Return ChannelMonitors in a Vec, not HashMap when loading from disk
There's little reason for the HashMap - the ChannelMonitors are
already unique (enforced by file names), and the eventual HashMap
that users need when deserializing the `ChannelManager` is a
slightly different form (it requires no BlockHash entry).
2021-04-12 18:35:24 -04:00
..
src Return ChannelMonitors in a Vec, not HashMap when loading from disk 2021-04-12 18:35:24 -04:00
Cargo.toml Also benchmark sending funds with a FilesystemPersister 2021-04-01 15:15:36 -04:00