add restore height for december (#502)

merge-requests/3/head
m2049r 6 years ago committed by GitHub
parent 9e1167c5b9
commit dba6cb057e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save