update restore heights for 4 & 5.2019 (#583)

This commit is contained in:
m2049r 2019-05-11 11:41:16 +02:00 committed by GitHub
parent 364e6a8137
commit 3fe6571e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ public class RestoreHeight {
blockheight.put("2019-01-01", 1738923L);
blockheight.put("2019-02-01", 1761435L);
blockheight.put("2019-03-01", 1781681L);
blockheight.put("2019-04-01", 1803081L);
blockheight.put("2019-05-01", 1824671L);
}
public long getHeight(String date) {