more debug logging

This commit is contained in:
Eric 2023-09-12 17:00:52 +10:00
parent 58a97856b4
commit a74e657515
No known key found for this signature in database

View File

@ -83,6 +83,7 @@ template cancelOnError*(market: Market, body) =
try:
body
except JsonRpcProviderError as e:
echo "[market.cancelOnError] error encountered -- nonce: ", nonce
if e.nonce.isSome:
# send a 0-valued transaction with the errored nonce to prevent stuck txs
await market.cancelTransaction(!e.nonce)