Skip to content

Commit

Permalink
Merge pull request #2066 from jagerman/another-obsolete-bs
Browse files Browse the repository at this point in the history
Remove another obsolete bootstrap
  • Loading branch information
majestrate authored Nov 27, 2022
2 parents 9edda9f + e8d1361 commit e1f1b8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion llarp/router_contact.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,9 @@ namespace llarp
}

static constexpr std::array obsolete_bootstraps = {
"7a16ac0b85290bcf69b2f3b52456d7e989ac8913b4afbb980614e249a3723218"sv};
"7a16ac0b85290bcf69b2f3b52456d7e989ac8913b4afbb980614e249a3723218"sv,
"e6b3a6fe5e32c379b64212c72232d65b0b88ddf9bbaed4997409d329f8519e0b"sv,
};

bool
RouterContact::IsObsoleteBootstrap() const
Expand Down

0 comments on commit e1f1b8b

Please sign in to comment.