mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
We erroneously create updates with the same timestamps when tests run quickly, and the second one is ignored. We've already noted that this should be fixed: gossipd should generate all the updates, as it already has to do the case where channeld crashed, for example. But that's a bigger change. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>