File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
action/protocol/execution/evm Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,11 @@ func TestConstantinople(t *testing.T) {
137
137
// after Hawaii
138
138
{
139
139
action .EmptyAddress ,
140
- 11271961 ,
140
+ 11267641 ,
141
141
},
142
142
{
143
143
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y" ,
144
- 11271961 ,
144
+ 11267641 ,
145
145
},
146
146
}
147
147
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ func defaultConfig() Genesis {
64
64
FbkMigrationBlockHeight : 5157001 ,
65
65
FairbankBlockHeight : 5165641 ,
66
66
GreenlandBlockHeight : 6544441 ,
67
- HawaiiBlockHeight : 11271961 ,
67
+ HawaiiBlockHeight : 11267641 ,
68
68
},
69
69
Account : Account {
70
70
InitBalanceMap : make (map [string ]string ),
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ func TestNewHeightChange(t *testing.T) {
51
51
require .True (hu .IsPost (FbkMigration , uint64 (5157001 )))
52
52
require .True (hu .IsPre (Greenland , uint64 (6544440 )))
53
53
require .True (hu .IsPost (Greenland , uint64 (6544441 )))
54
- require .True (hu .IsPre (Hawaii , uint64 (11271960 )))
55
- require .True (hu .IsPost (Hawaii , uint64 (11271961 )))
54
+ require .True (hu .IsPre (Hawaii , uint64 (11267640 )))
55
+ require .True (hu .IsPost (Hawaii , uint64 (11267641 )))
56
56
require .Panics (func () {
57
57
hu .IsPost (- 1 , 0 )
58
58
})
@@ -67,5 +67,5 @@ func TestNewHeightChange(t *testing.T) {
67
67
require .Equal (hu .FairbankBlockHeight (), uint64 (5165641 ))
68
68
require .Equal (hu .FbkMigrationBlockHeight (), uint64 (5157001 ))
69
69
require .Equal (hu .GreenlandBlockHeight (), uint64 (6544441 ))
70
- require .Equal (hu .HawaiiBlockHeight (), uint64 (11271961 ))
70
+ require .Equal (hu .HawaiiBlockHeight (), uint64 (11267641 ))
71
71
}
You can’t perform that action at this time.
0 commit comments