Require aiorpcX >= 0.7.3
This commit is contained in:
parent
437ad9b446
commit
866342c4d8
@ -80,8 +80,8 @@ class Controller(ServerBase):
|
||||
'''Start the RPC server and wait for the mempool to synchronize. Then
|
||||
start serving external clients.
|
||||
'''
|
||||
if not (0, 7, 1) <= aiorpcx_version < (0, 8):
|
||||
raise RuntimeError('aiorpcX version 0.7.x required with x >= 1')
|
||||
if not (0, 7, 3) <= aiorpcx_version < (0, 8):
|
||||
raise RuntimeError('aiorpcX version 0.7.x required with x >= 3')
|
||||
|
||||
env = self.env
|
||||
min_str, max_str = env.coin.SESSIONCLS.protocol_min_max_strings()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user