diff --git a/loopchain/consensus/runner.py b/loopchain/consensus/runner.py index 3137dbd07..f3a08ee38 100644 --- a/loopchain/consensus/runner.py +++ b/loopchain/consensus/runner.py @@ -53,7 +53,8 @@ def __init__(self, signer=ChannelProperty().peer_auth ) self.consensus = Consensus( - self.event_system, ChannelProperty().peer_address, self._block_factory, self._vote_factory + self.event_system, ChannelProperty().peer_address, self._block_factory, self._vote_factory, + 10, 10 ) self._loop = asyncio.get_event_loop()