Skip to content

Commit f902d62

Browse files
chore: remove deprecated genesis types (#1315)
1 parent 7c4bf8e commit f902d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/blockchain_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ func TestEIP3651(t *testing.T) {
10431043
gspec = &Genesis{
10441044
Config: params.TestChainConfig,
10451045
Timestamp: uint64(upgrade.InitiallyActiveTime.Unix()),
1046-
Alloc: GenesisAlloc{
1046+
Alloc: types.GenesisAlloc{
10471047
addr1: {Balance: funds},
10481048
addr2: {Balance: funds},
10491049
// The address 0xAAAA sloads 0x00 and 0x01

0 commit comments

Comments
 (0)