Remove handling of duplicate storage diffs in watcher
- Can push this responsibility down to the transformers - Update docs to reflect that transformers should handle duplicates
This commit is contained in:
@@ -17,12 +17,9 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
var ErrRowExists = errors.New("parsed row for storage diff already exists")
|
||||
|
||||
type ErrContractNotFound struct {
|
||||
Contract string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user