add restore height for december (#502)

This commit is contained in:
m2049r 2018-12-23 08:29:21 +01:00 committed by GitHub
parent 9e1167c5b9
commit dba6cb057e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ public class RestoreHeight {
blockheight.put("2018-09-01", 1651347L);
blockheight.put("2018-10-01", 1673031L);
blockheight.put("2018-11-01", 1695128L);
blockheight.put("2018-12-01", 1716687L);
}
public long getHeight(String date) {