Revert "Update Mappings interface to take a diff as an argument to Lookup"

This reverts commit cda646b78ceb6714b132891ea4489a8ff4fc95e9.
This commit is contained in:
Rob Mulholand
2019-09-25 16:34:31 -05:00
committed by Elizabeth Engelman
parent 8111f4ec5e
commit f574407bb6
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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)
}