]> git.bitcoin.ninja Git - rapid-gossip-sync-server/commit
Rename latest_details_after_seen to latest_details.
authorArik Sosman <git@arik.io>
Fri, 28 Jun 2024 21:13:05 +0000 (17:13 -0400)
committerArik Sosman <git@arik.io>
Wed, 28 Aug 2024 17:38:30 +0000 (10:38 -0700)
commit86104e585cfb8a8e91aa391ce82c00cb4fb11d08
treee4c0a28dbe9309a43830714b46c6b51b4e83b80d
parent71b734587c3abd115ad63ecd34b70f8a3a97a6c7
Rename latest_details_after_seen to latest_details.

If the latest node details have already been seen by a client, we
still need to store them for correctly detecting reminder necessity
in the future.
src/lib.rs
src/lookup.rs
src/serialization.rs