Bump datstateheight to start from on restart

This commit is contained in:
Florian Reimair 2019-09-20 12:24:27 +02:00
parent 56f67e74e8
commit abe7bc1da0
No known key found for this signature in database
GPG key ID: 05634D8D7A7954C8

View file

@ -86,7 +86,7 @@ public class P2PSeedNodeSnapshot extends P2PSeedNodeSnapshotBase {
Statistics statistics;
final Map<NodeAddress, Statistics> bucketsPerHost = new ConcurrentHashMap<>();
protected final Set<byte[]> hashes = new TreeSet<>(Arrays::compare);
private int daostateheight = 550000;
private int daostateheight = 594000;
private int proposalheight = daostateheight;
private int blindvoteheight = daostateheight;