File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ func defaultConfig() Genesis {
65
65
IcelandBlockHeight : 12289321 ,
66
66
JutlandBlockHeight : 13685401 ,
67
67
KamchatkaBlockHeight : 13816441 ,
68
- LordHoweBlockHeight : 13961881 ,
68
+ LordHoweBlockHeight : 13979161 ,
69
69
},
70
70
Account : Account {
71
71
InitBalanceMap : make (map [string ]string ),
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ func TestNewHeightChange(t *testing.T) {
46
46
require .True (cfg .IsJutland (uint64 (13685401 )))
47
47
require .False (cfg .IsKamchatka (uint64 (13816440 )))
48
48
require .True (cfg .IsKamchatka (uint64 (13816441 )))
49
- require .False (cfg .IsLordHowe (uint64 (13961880 )))
50
- require .True (cfg .IsLordHowe (uint64 (13961881 )))
49
+ require .False (cfg .IsLordHowe (uint64 (13979160 )))
50
+ require .True (cfg .IsLordHowe (uint64 (13979161 )))
51
51
52
52
require .Equal (cfg .PacificBlockHeight , uint64 (432001 ))
53
53
require .Equal (cfg .AleutianBlockHeight , uint64 (864001 ))
@@ -63,5 +63,5 @@ func TestNewHeightChange(t *testing.T) {
63
63
require .Equal (cfg .IcelandBlockHeight , uint64 (12289321 ))
64
64
require .Equal (cfg .JutlandBlockHeight , uint64 (13685401 ))
65
65
require .Equal (cfg .KamchatkaBlockHeight , uint64 (13816441 ))
66
- require .Equal (cfg .LordHoweBlockHeight , uint64 (13961881 ))
66
+ require .Equal (cfg .LordHoweBlockHeight , uint64 (13979161 ))
67
67
}
You can’t perform that action at this time.
0 commit comments