forked from cerc-io/ipld-eth-server
fixes for issues uncovered in integration
This commit is contained in:
@@ -66,7 +66,7 @@ func syncAndPublish() {
|
||||
}
|
||||
|
||||
wg := &syn.WaitGroup{}
|
||||
err = processor.Process(wg)
|
||||
err = processor.SyncAndPublish(wg, nil, nil)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user