Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patches bug causing false duplicate nodes error (#2666)
The bootstrap code during the validator start pushes a contact-info with more recent timestamp to gossip. If the node is staked the contact-info lingers in gossip causing false duplicate node instances when the fully initialized node joins gossip later on. The commit refreshes the timestamp on contact-info so that it overrides the one pushed by bootstrap and avoid false duplicates error.
- Loading branch information