Require aiorpcX 0.7.0
This commit is contained in:
parent
a3afab83d6
commit
962b4679d7
@ -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, 6, 2) <= aiorpcx_version < (0, 7):
|
||||
raise RuntimeError('aiorpcX version 0.6.x with x>=2 required')
|
||||
if not (0, 7) <= aiorpcx_version < (0, 8):
|
||||
raise RuntimeError('aiorpcX version 0.7.x required')
|
||||
|
||||
env = self.env
|
||||
min_str, max_str = env.coin.SESSIONCLS.protocol_min_max_strings()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user