From: Matt Corallo Date: Mon, 11 May 2020 22:36:58 +0000 (-0400) Subject: Drop new test Node field introduced in 8ce2223b6952567b28adfcc11c2 X-Git-Tag: v0.0.12~66^2~5 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=5dc724f87532333059583c6b77ff90fae10cf45d;hp=5dc724f87532333059583c6b77ff90fae10cf45d;p=rust-lightning Drop new test Node field introduced in 8ce2223b6952567b28adfcc11c2 8ce2223b6952567b28adfcc11c23c9f19c4c0324 introduced a new field in the "Node" objects used in our functional tests - the node_id. Its not a bad idea to cache it, but unless we want to commit and use it everywhere, we should avoid duplicating data, especially in tests where we'd rather exercise the underlying code than bypass it. ---