NetDB: Fix reseeding when clock is skewed

reported, fixed, and tested by zlatinb
This commit is contained in:
zzz
2022-09-06 11:56:33 -04:00
parent 45c160f27a
commit a2eee5a673
3 changed files with 6 additions and 2 deletions
@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 6;
public final static long BUILD = 7;
/** for example "-test" */
public final static String EXTRA = "";