mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
Remove another obsolete bootstrap
I found another defunct obsolete boostrap file on a few foundation service nodes; this adds it to the list.
This commit is contained in:
parent
7906fac4f0
commit
e8d1361865
@ -534,7 +534,9 @@ namespace llarp
|
|||||||
}
|
}
|
||||||
|
|
||||||
static constexpr std::array obsolete_bootstraps = {
|
static constexpr std::array obsolete_bootstraps = {
|
||||||
"7a16ac0b85290bcf69b2f3b52456d7e989ac8913b4afbb980614e249a3723218"sv};
|
"7a16ac0b85290bcf69b2f3b52456d7e989ac8913b4afbb980614e249a3723218"sv,
|
||||||
|
"e6b3a6fe5e32c379b64212c72232d65b0b88ddf9bbaed4997409d329f8519e0b"sv,
|
||||||
|
};
|
||||||
|
|
||||||
bool
|
bool
|
||||||
RouterContact::IsObsoleteBootstrap() const
|
RouterContact::IsObsoleteBootstrap() const
|
||||||
|
Loading…
Reference in New Issue
Block a user