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 @@ -277,12 +277,12 @@ func TestConstantinople(t *testing.T) {
277
277
},
278
278
{
279
279
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y" ,
280
- 43730920 ,
280
+ 36893880 ,
281
281
},
282
282
// after Wake
283
283
{
284
284
action .EmptyAddress ,
285
- 43730921 ,
285
+ 36893881 ,
286
286
},
287
287
{
288
288
"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