From: Matt Corallo Date: Tue, 12 May 2020 01:08:35 +0000 (-0400) Subject: Add assertion since we now have a pub field that is PartialEq X-Git-Tag: v0.0.12~66^2~2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=94df32b108db0b95d9ab0e0abd212b956f18bc13;hp=94df32b108db0b95d9ab0e0abd212b956f18bc13;p=rust-lightning Add assertion since we now have a pub field that is PartialEq We previously were only able to assert that the route graph serialization roundtrips were good by comparing the network messages returned from them, but we can now do better as the graph is exposed publicly via a simple datastructure that implements PartialEq. ---