rust-lightning/lightning
Matt Corallo c60812bffb Drop unused Network argument to KeysManager::new().
KeyManager::new() took a bitcoin::Network parameter which needs to
be passed to the BIP 32 Extended Key constructor, but because we
never write out the BIP 32 serialization, it isn't used. Instead,
we just pass a dummy value into `ExtendedPrivKey`, dropping the
unused argument to KeysManager::new().
2021-02-16 15:58:02 -05:00
..
src Drop unused Network argument to KeysManager::new(). 2021-02-16 15:58:02 -05:00
Cargo.toml Add a trivial benchmark of calculating routes on today's graph 2021-02-15 16:51:51 -05:00