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>
Sun, 1 Mar 2020 04:26:16 +0000 (23:26 -0500)
commit4196270caf114f1f4e15ef1dcd0f034512b72941
treed643b8d5ec7cbe2848d68fe2efb12c976174583d
parent511305152ff95af4faf279e960b6bdcf65ab5a99
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