Include old updates when necessary.
authorArik Sosman <git@arik.io>
Sat, 4 Nov 2023 06:05:26 +0000 (23:05 -0700)
committerArik Sosman <git@arik.io>
Sat, 4 Nov 2023 06:06:11 +0000 (23:06 -0700)
commit3008d39976fdeeae1a417d15b5e8aa651a72b4eb
tree575115ddc587016440b84a27e5b8943fb12ce222
parent552226b489dc26366c2da87a9b7223821e19a204
Include old updates when necessary.

When a channel has only recently become bidirectional,
but there has not been a new update in the old direction
since the last sync, the latest update in the old direction
must still be included in full because it is the first time
the full channel is being snapshotted.
src/serialization.rs