]> git.bitcoin.ninja Git - rapid-gossip-sync-server/commit
Extract snapshot reminder inclusion check method.
authorArik Sosman <git@arik.io>
Tue, 2 Jul 2024 07:29:00 +0000 (00:29 -0700)
committerArik Sosman <git@arik.io>
Wed, 18 Sep 2024 17:07:23 +0000 (10:07 -0700)
commitf46b5ecf8bbee0e4399c5b516cbc390252d887b4
tree5ffd7187d96bf5dc76b6f7518e2e3b4be6682173
parent63aaf6111213a74386a3cbc76ec7e2bf6b0b7f9c
Extract snapshot reminder inclusion check method.

We will need to determine whether or not a snapshot should include
reminders for both channel and node update messages. To prepare for
that, we extract the decision logic into its own method.
src/lookup.rs