Fix `ProbabilisticScorer` aliasing in `no-std` mode 2022-05-107-bindings-scratch
authorMatt Corallo <git@bluematt.me>
Tue, 28 Jun 2022 15:45:59 +0000 (15:45 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 28 Jun 2022 15:47:19 +0000 (15:47 +0000)
commit48254ebb16d472885326779ceef3d74387752997
treea2b5625ddef43a4dd281cda286d8e002bde54f09
parent1f6b334da9a2ec4af0adaafe19ed5281031c7681
Fix `ProbabilisticScorer` aliasing in `no-std` mode

This fixes a rebase error which causes an undefined reference
compile error and a issue in the previous attempt to fix this which
didn't work properly.

Fixes edd26f00c67fe20278b04ff8cc29367e2186d0f1
Fixes 51b2da859d03b566375f31fb70d94344a42a44e7
lightning/src/routing/scoring.rs