rust-lightning/lightning/src
Matt Corallo 9449d042b9 Store an owned Score in ScorerAccountingForInFlightHtlcs
`ScorerAccountingForInFlightHtlcs` generally stores a `Score`
reference generated by calling `LockableScore::lock`, which
actually returns an arbitrary `Score`. Given `Score` is implemented
directly on lock types, it makes sense to simply hold a fully owned
`Score` in `ScorerAccountingForInFlightHtlcs` rather than a mutable
reference to one.
2022-12-25 00:58:19 +00:00
..
chain Fix capitalization broken in 9d7bb73b59 2022-12-21 16:39:37 +00:00
ln outbound_payment: put method signature closing paren on next line 2022-12-21 16:26:55 -05:00
offers Refund parsing tests 2022-12-14 16:22:44 -06:00
onion_message Split out KeysInterface into EntropySource, NodeSigner, and SignerProvider. 2022-12-20 10:09:11 -08:00
routing Store an owned Score in ScorerAccountingForInFlightHtlcs 2022-12-25 00:58:19 +00:00
util Clean up use ordering introduced in 9d7bb73b59 2022-12-21 16:38:54 +00:00
debug_sync.rs Bump workspace to rust edition 2018 2022-10-21 14:47:34 -07:00
lib.rs Offer message interface and data format 2022-11-04 15:07:01 -05:00
sync.rs Create a simple FairRwLock to avoid readers starving writers 2022-05-10 23:40:20 +00:00