]> git.bitcoin.ninja Git - rust-lightning/commit
Allow node_announcement timestamps of 0 in accordance with BOLT 7
authorMatt Corallo <git@bluematt.me>
Fri, 3 Jan 2020 19:03:46 +0000 (14:03 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 3 Feb 2020 02:38:53 +0000 (21:38 -0500)
commit4e9e0e4f141c275a053f6316444e1350bc6ccced
tree3ea91272f82bfe2a4758e3ff69aa69d36dcf2b27
parent3586e6938145fc9bb27934349ff8429d8c883f77
Allow node_announcement timestamps of 0 in accordance with BOLT 7

Unlike channel_update messages, node_announcement messages have no
requirement that the timestamp is greater than 0.
lightning/src/ln/router.rs