1
mirror of https://github.com/m2049r/xmrwallet synced 2025-07-30 01:40:45 +02:00

update restore heights for 4 & 5.2019 ()

This commit is contained in:
m2049r
2019-05-11 11:41:16 +02:00
committed by GitHub
parent 364e6a8137
commit 3fe6571e7d

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