remove source flagging from bogus CID blocks

it's ineffective.
This commit is contained in:
vyzo
2020-05-14 20:48:19 +03:00
parent b032d3524b
commit 5bd0e92068
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ func HandleIncomingBlocks(mctx helpers.MetricsCtx, lc fx.Lifecycle, ps *pubsub.P
panic(err)
}
go sub.HandleIncomingBlocks(ctx, blocksub, s, h.ConnManager(), v)
go sub.HandleIncomingBlocks(ctx, blocksub, s, h.ConnManager())
}
func HandleIncomingMessages(mctx helpers.MetricsCtx, lc fx.Lifecycle, ps *pubsub.PubSub, mpool *messagepool.MessagePool, nn dtypes.NetworkName) {