Commit 46eedf3 1 parent a97e961 commit 46eedf3 Copy full SHA for 46eedf3
File tree 3 files changed +6
-6
lines changed
action/protocol/execution/evm
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -250,12 +250,12 @@ func TestConstantinople(t *testing.T) {
250
250
},
251
251
{
252
252
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y" ,
253
- 29378520 ,
253
+ 29275560 ,
254
254
},
255
255
// after Tsunami
256
256
{
257
257
action .EmptyAddress ,
258
- 29378521 ,
258
+ 29275561 ,
259
259
},
260
260
{
261
261
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y" ,
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func defaultConfig() Genesis {
75
75
QuebecBlockHeight : 24838201 ,
76
76
RedseaBlockHeight : 26704441 ,
77
77
SumatraBlockHeight : 28516681 ,
78
- TsunamiBlockHeight : 29378521 ,
78
+ TsunamiBlockHeight : 29275561 ,
79
79
ToBeEnabledBlockHeight : math .MaxUint64 ,
80
80
},
81
81
Account : Account {
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ func TestNewHeightChange(t *testing.T) {
61
61
require .True (cfg .IsRedsea (uint64 (26704441 )))
62
62
require .False (cfg .IsSumatra (uint64 (28516680 )))
63
63
require .True (cfg .IsSumatra (uint64 (28516681 )))
64
- require .False (cfg .IsTsunami (uint64 (29378520 )))
65
- require .True (cfg .IsTsunami (uint64 (29378521 )))
64
+ require .False (cfg .IsTsunami (uint64 (29275560 )))
65
+ require .True (cfg .IsTsunami (uint64 (29275561 )))
66
66
67
67
require .Equal (cfg .PacificBlockHeight , uint64 (432001 ))
68
68
require .Equal (cfg .AleutianBlockHeight , uint64 (864001 ))
@@ -86,5 +86,5 @@ func TestNewHeightChange(t *testing.T) {
86
86
require .Equal (cfg .QuebecBlockHeight , uint64 (24838201 ))
87
87
require .Equal (cfg .RedseaBlockHeight , uint64 (26704441 ))
88
88
require .Equal (cfg .SumatraBlockHeight , uint64 (28516681 ))
89
- require .Equal (cfg .TsunamiBlockHeight , uint64 (29378521 ))
89
+ require .Equal (cfg .TsunamiBlockHeight , uint64 (29275561 ))
90
90
}
You can’t perform that action at this time.
0 commit comments