rust-lightning/lightning
Matt Corallo 6ccd07bc2d Make lockorder consistent in channelmanager
This resolves a lockorder inversion in
`ChannelManager::finalize_claims` where `pending_outbound_payments`
is locked after `pending_events`, opposite of, for example, the
lockorder in `ChannelManager::fail_htlc_backwards_internal` where
`pending_outbound_payments` is locked at the top of the
`HTLCSource::OutboundRoute` handling and then `pending_events` is
locked at the end.
2022-01-12 21:17:49 +00:00
..
src Make lockorder consistent in channelmanager 2022-01-12 21:17:49 +00:00
Cargo.toml update repo name to use lightningdevkit 2021-12-26 22:53:16 -05:00