print error received by verifier, and continue
This commit is contained in:
@@ -145,6 +145,10 @@ class WalletVerifier(threading.Thread):
|
|||||||
continue
|
continue
|
||||||
if not r: continue
|
if not r: continue
|
||||||
|
|
||||||
|
if r.get('error'):
|
||||||
|
print_error('Verifier received an error:', r)
|
||||||
|
continue
|
||||||
|
|
||||||
# 3. handle response
|
# 3. handle response
|
||||||
method = r['method']
|
method = r['method']
|
||||||
params = r['params']
|
params = r['params']
|
||||||
|
|||||||
Reference in New Issue
Block a user