unconditional insert so that we dont run out of peers

pull/707/head
Jeff Becker 5 years ago
parent c4ca61b76a
commit 4cc0c9b4d1
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1122,7 +1122,7 @@ namespace llarp
{
// don't accept expired RCs
if(rc.Verify(Now(), false))
nodedb()->UpdateAsyncIfNewer(rc);
nodedb()->InsertAsync(rc);
}
};

Loading…
Cancel
Save