Skip to content

Commit 5dfc198

Browse files
committed
address comment
1 parent aa37c0c commit 5dfc198

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

action/protocol/execution/evm/evm_test.go

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,20 @@ func TestConstantinople(t *testing.T) {
262262
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y",
263263
33730920,
264264
},
265-
// after Vanuatu
265+
// after Vanuatu - Wake
266266
{
267267
action.EmptyAddress,
268268
33730921,
269269
},
270+
{
271+
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y",
272+
43730920,
273+
},
274+
// after Wake
275+
{
276+
action.EmptyAddress,
277+
43730921,
278+
},
270279
{
271280
"io1pcg2ja9krrhujpazswgz77ss46xgt88afqlk6y",
272281
1261440000, // = 200*365*24*3600/5, around 200 years later

0 commit comments

Comments
 (0)