forked from cerc-io/ipld-eth-server
Rename StorageDiffRow -> StorageDiff
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
)
|
||||
|
||||
type StorageTransformer interface {
|
||||
Execute(row utils.StorageDiffRow) error
|
||||
Execute(diff utils.StorageDiff) error
|
||||
ContractAddress() common.Address
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user