disable key rotation

pull/258/head
Jeff Becker 5 years ago
parent fd507e4194
commit 828f1f82d7
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -439,7 +439,7 @@ namespace llarp
std::atomic< bool > _running;
bool
UpdateOurRC(bool rotateKeys = true);
UpdateOurRC(bool rotateKeys = false);
template < typename Config >
void

Loading…
Cancel
Save