update restore heights for 4 & 5.2019 (#583)
This commit is contained in:
parent
364e6a8137
commit
3fe6571e7d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue