Rename StorageDiffRow -> StorageDiff

This commit is contained in:
Elizabeth Engelman
2019-09-25 16:32:31 -05:00
parent 87252f42b9
commit 045d78be25
19 changed files with 207 additions and 207 deletions
@@ -24,7 +24,7 @@ import (
)
type StorageTransformer interface {
Execute(row utils.StorageDiffRow) error
Execute(diff utils.StorageDiff) error
ContractAddress() common.Address
}