forked from cerc-io/ipld-eth-server
changes to plugin and commands to accomodate changes
This commit is contained in:
@@ -36,8 +36,8 @@ type GenericWatcher struct {
|
||||
BlockChain core.BlockChain
|
||||
}
|
||||
|
||||
func NewGenericWatcher(db *postgres.DB, bc core.BlockChain) *GenericWatcher {
|
||||
return &GenericWatcher{
|
||||
func NewGenericWatcher(db *postgres.DB, bc core.BlockChain) GenericWatcher {
|
||||
return GenericWatcher{
|
||||
DB: db,
|
||||
BlockChain: bc,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user