Skip to content

Commit c583078

Browse files
authored
Merge pull request #371 from evias/g370-deadline-hotfix
fix newly added epochAdjustment
2 parents 679de2f + ac884d0 commit c583078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/transaction/Deadline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class Deadline {
2626
/**
2727
* @type {number}
2828
*/
29-
public static timestampNemesisBlock = 1459468800;
29+
public static timestampNemesisBlock = 1573426800;
3030

3131
/**
3232
* Deadline value

0 commit comments

Comments
 (0)