Revert "Update Mappings interface to take a diff as an argument to Lookup"
This reverts commit cda646b78ceb6714b132891ea4489a8ff4fc95e9.
This commit is contained in:
committed by
Elizabeth Engelman
parent
8111f4ec5e
commit
f574407bb6
@@ -27,7 +27,7 @@ import (
|
||||
)
|
||||
|
||||
type Mappings interface {
|
||||
Lookup(diff utils.StorageDiff) (utils.StorageValueMetadata, error)
|
||||
Lookup(key common.Hash) (utils.StorageValueMetadata, error)
|
||||
SetDB(db *postgres.DB)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user