Expose manual-update methods in NetworkGraph.
authorMatt Corallo <git@bluematt.me>
Thu, 12 Nov 2020 22:16:14 +0000 (17:16 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 24 Nov 2020 16:04:11 +0000 (11:04 -0500)
These functions were created but previously not exported, however
they are useful if we want to skip signature checking when accepting
routing messages (which we really should be doing in the routing
fuzzer).


No differences found