Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit ce7868d

Browse files
committed
Add 5 min block time
1 parent 7a2464c commit ce7868d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-electron/main-process/modules/daemon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export class Daemon {
2121
// Settings for timestamp to height conversion
2222
// These are initial values used to calculate the height
2323
this.PIVOT_BLOCK_HEIGHT = 119681
24-
this.PIVOT_BLOCK_TIMESTAMP = 1539676273
25-
this.PIVOT_BLOCK_TIME = 120
24+
this.PIVOT_BLOCK_TIMESTAMP = 1523976903
25+
this.PIVOT_BLOCK_TIME = 300
2626
}
2727

2828
checkVersion () {

0 commit comments

Comments
 (0)