forked from cerc-io/ipld-eth-server
update deps
This commit is contained in:
@@ -43,9 +43,9 @@ type TrxFilter struct {
|
||||
}
|
||||
|
||||
type ReceiptFilter struct {
|
||||
Off bool
|
||||
Off bool
|
||||
Contracts []string
|
||||
Topic0s []string
|
||||
Topic0s []string
|
||||
}
|
||||
|
||||
type StateFilter struct {
|
||||
|
||||
@@ -18,6 +18,7 @@ package history
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/vulcanize/vulcanizedb/pkg/core"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
package ipfs
|
||||
Reference in New Issue
Block a user