1
mirror of https://github.com/m2049r/xmrwallet synced 2025-05-05 11:57:07 +02:00

2019-02 height

This commit is contained in:
m2049r 2019-02-04 18:49:54 +01:00 committed by m2049r
parent fa5fe313ea
commit cd67a7e2bf

@ -99,6 +99,7 @@ public class RestoreHeight {
blockheight.put("2018-11-01", 1695128L); blockheight.put("2018-11-01", 1695128L);
blockheight.put("2018-12-01", 1716687L); blockheight.put("2018-12-01", 1716687L);
blockheight.put("2019-01-01", 1738923L); blockheight.put("2019-01-01", 1738923L);
blockheight.put("2019-02-01", 1761435L);
} }
public long getHeight(String date) { public long getHeight(String date) {