]> 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>
Mon, 3 Feb 2020 02:38:53 +0000 (21:38 -0500)
commit9ed4f521f3950980a1a4680b708576890e8c0bcf
tree19d67cd99051cc8b360d8ad45816263392159b92
parentc676cd8bd6d65d1c585488ab94eaa904bde58a6d
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