Drop now-unused `T: Time` bound on `ProbabilisticScorer`
authorMatt Corallo <git@bluematt.me>
Mon, 9 Oct 2023 01:52:20 +0000 (01:52 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 9 Dec 2023 00:53:48 +0000 (00:53 +0000)
commitf29b94026edbb9df4900a292f873467c9b78026f
tree0c032db83fab9d45db008665234f8786358bbbda
parentc62f6285616a1411987229f4eb550b690dc25faa
Drop now-unused `T: Time` bound on `ProbabilisticScorer`

Now that we don't access time via the `Time` trait in
`ProbabilisticScorer`, we can finally drop the `Time` bound
entirely, removing the `ProbabilisticScorerUsingTime` and type
alias indirection and replacing it with a simple struct.
lightning/src/routing/scoring.rs