]> git.bitcoin.ninja Git - rust-lightning/commit
Drop separate `Locked` type on `LockableScore`
authorMatt Corallo <git@bluematt.me>
Wed, 19 Jul 2023 19:20:50 +0000 (19:20 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 22 Jul 2023 01:55:56 +0000 (01:55 +0000)
commitee31ddfd5a9d816354387c1a1dc8a06fb489ba8a
tree579c543b8017ffd9f1c9eb6059bd236bdb41d4e2
parent71095d4c004015c7e3b6837d66a42bcc67ebc67e
Drop separate `Locked` type on `LockableScore`

While this is useful in Rust, it is simply confusing in bindings,
as we just use the same type for the locked score - a trait impl.
lightning/src/routing/router.rs
lightning/src/routing/scoring.rs