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>
Sat, 25 Jan 2020 22:12:08 +0000 (17:12 -0500)
commit6883f9dc311c525fe7721b3aa32be039dfd679e8
treeefc7faba82025467da1f52009c61814596547511
parent4cde6f4615c9298f694c7de7ffbb1b2fd032d56d
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