]> git.bitcoin.ninja Git - rust-lightning/commit
Expand the Route object to include multiple paths.
authorMatt Corallo <git@bluematt.me>
Sat, 4 Jan 2020 00:31:40 +0000 (19:31 -0500)
committerMatt Corallo <git@bluematt.me>
Sun, 1 Mar 2020 04:26:16 +0000 (23:26 -0500)
commitf3a8b46fe533b490a2b7a3def54a038e6229606d
tree07bd2c9f06ff0c1edd9ec8671725dc308a4a47b1
parentdf61bbaf337dfe285d91e73e2765c5875898d119
Expand the Route object to include multiple paths.

Rather big diff, but its all mechanical and doesn't introduce any
new features.
fuzz/src/chanmon_consistency.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/functional_tests.rs
lightning/src/ln/onion_utils.rs
lightning/src/ln/router.rs
lightning/src/util/macro_logger.rs