From: Matt Corallo Date: Tue, 12 May 2020 01:07:02 +0000 (-0400) Subject: Move get_addresses to network_graph and drop now-useless log_trace X-Git-Tag: v0.0.12~66^2~4 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=0e3bf19b664ad3f9dd252c9ed50ed365ff827524;hp=0e3bf19b664ad3f9dd252c9ed50ed365ff827524;p=rust-lightning Move get_addresses to network_graph and drop now-useless log_trace Because we expose the internals we don't need a method to log their contents anymore, and get_addresses can now avoid copying as we expose the RwLock directly ---