Look-up functions for ReadOnlyNetworkGraph
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 14 Jun 2022 23:05:25 +0000 (18:05 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 14 Jul 2022 15:26:42 +0000 (10:26 -0500)
commit2da49530e7dcfff877fa36590334bcdf312d5874
tree627cc212c2d0bc032f2bb7b50820cee76f5f1d0a
parent22dc96481be1ab2eb4ff5bf9074ced29095f4be8
Look-up functions for ReadOnlyNetworkGraph

ReadOnlyNetworkGraph uses BTreeMap to store its nodes and channels, but
these data structures are not supported by C bindings. Expose look-up
functions on these maps in lieu of such support.
lightning/src/routing/gossip.rs