mirror of https://github.com/nucypher/nucypher.git
Only sleep during block_until_ready when not (bonded and funded).
parent
c6899bb8c0
commit
5d808a7ca1
|
@ -797,7 +797,8 @@ class Operator(BaseActor):
|
|||
color="yellow",
|
||||
)
|
||||
|
||||
time.sleep(poll_rate)
|
||||
if not (funded and bonded):
|
||||
time.sleep(poll_rate)
|
||||
|
||||
coordinator_address = self.coordinator_agent.contract_address
|
||||
emitter.message(
|
||||
|
|
Loading…
Reference in New Issue