Skip to content

Commit ad43f88

Browse files
committed
remove an unused struct definition
Signed-off-by: Masanori Yoshida <[email protected]>
1 parent b5db0bc commit ad43f88

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/client/txpool/txpool_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ import (
1616
"github.com/ethereum/go-ethereum/node"
1717
)
1818

19-
type account struct {
20-
key *ecdsa.PrivateKey
21-
addr common.Address
22-
}
23-
2419
func makeGenesisAlloc(t *testing.T, n int) ([]common.Address, types.GenesisAlloc) {
2520
var addrs []common.Address
2621
alloc := make(types.GenesisAlloc)

0 commit comments

Comments
 (0)