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 @@ -269,12 +269,12 @@ func TestConstantinople(t *testing.T) {
269
269
},
270
270
{
271
271
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y" ,
272
- 43730920 ,
272
+ 36893880 ,
273
273
},
274
274
// after Wake
275
275
{
276
276
action .EmptyAddress ,
277
- 43730921 ,
277
+ 36893881 ,
278
278
},
279
279
{
280
280
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y" ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func defaultConfig() Genesis {
77
77
TsunamiBlockHeight : 29275561 ,
78
78
UpernavikBlockHeight : 31174201 ,
79
79
VanuatuBlockHeight : 33730921 ,
80
- WakeBlockHeight : 43730921 ,
80
+ WakeBlockHeight : 36893881 ,
81
81
ToBeEnabledBlockHeight : math .MaxUint64 ,
82
82
},
83
83
Account : Account {
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ func TestNewHeightChange(t *testing.T) {
67
67
require .True (cfg .IsUpernavik (uint64 (31174201 )))
68
68
require .False (cfg .IsVanuatu (uint64 (33730920 )))
69
69
require .True (cfg .IsVanuatu (uint64 (33730921 )))
70
- require .False (cfg .IsWake (uint64 (43730920 )))
71
- require .True (cfg .IsWake (uint64 (43730921 )))
70
+ require .False (cfg .IsWake (uint64 (36893880 )))
71
+ require .True (cfg .IsWake (uint64 (36893881 )))
72
72
73
73
require .Equal (cfg .PacificBlockHeight , uint64 (432001 ))
74
74
require .Equal (cfg .AleutianBlockHeight , uint64 (864001 ))
@@ -95,5 +95,5 @@ func TestNewHeightChange(t *testing.T) {
95
95
require .Equal (cfg .TsunamiBlockHeight , uint64 (29275561 ))
96
96
require .Equal (cfg .UpernavikBlockHeight , uint64 (31174201 ))
97
97
require .Equal (cfg .VanuatuBlockHeight , uint64 (33730921 ))
98
- require .Equal (cfg .WakeBlockHeight , uint64 (43730921 ))
98
+ require .Equal (cfg .WakeBlockHeight , uint64 (36893881 ))
99
99
}
You can’t perform that action at this time.
0 commit comments