all: cleanup imports (#524)

This commit is contained in:
Federico Kunze Küllmer
2021-09-03 18:06:36 +00:00
committed by GitHub
parent 945fa64853
commit c73ce0f812
30 changed files with 238 additions and 247 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ type GenesisAccount struct {
type TransactionLogs struct {
Hash ethcmn.Hash `json:"hash"`
Hash common.Hash `json:"hash"`
Logs []*ethtypes.Log `json:"logs"`
}