update block heights (#636)

This commit is contained in:
m2049r 2019-11-10 23:54:40 +01:00 committed by GitHub
parent a4b9a7c6fb
commit f637d7f617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ public class RestoreHeight {
blockheight.put("2019-05-01", 1824671L);
blockheight.put("2019-06-01", 1847005L);
blockheight.put("2019-07-01", 1868590L);
blockheight.put("2019-08-01", 1890878L);
blockheight.put("2019-09-01", 1913201L);
blockheight.put("2019-10-01", 1934732L);
blockheight.put("2019-11-01", 1957051L);
}
public long getHeight(String date) {