Add output on verify when not debug level

This commit is contained in:
nolash
2021-04-01 22:51:45 +02:00
parent d21315b79b
commit d9c06d0eb2
3 changed files with 28 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ run = True
class DispatchSyncer:
yield_delay = 0.005
yield_delay = 0.0005
def __init__(self, chain_spec):
self.chain_spec = chain_spec