1
mirror of https://github.com/m2049r/xmrwallet synced 2025-04-07 22:06:38 +02:00

add 2018-10-01 height ()

This commit is contained in:
m2049r 2018-10-13 10:04:30 +02:00 committed by GitHub
parent 2d74281b31
commit bf64d8bd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,6 +95,7 @@ public class RestoreHeight {
blockheight.put("2018-07-01", 1606715L);
blockheight.put("2018-08-01", 1629017L);
blockheight.put("2018-09-01", 1651347L);
blockheight.put("2018-10-01", 1673031L);
}
public long getHeight(String date) {