From 658ef1a21745d5527eeda02c6dc94fe27454a9a2 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:19:52 +1000 Subject: [PATCH] moar debugging --- codex/market.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/codex/market.nim b/codex/market.nim index e3852a91..7a491588 100644 --- a/codex/market.nim +++ b/codex/market.nim @@ -83,6 +83,7 @@ template cancelOnError*(market: Market, body) = try: body except JsonRpcProviderError as e: + writeStackTrace() echo "[market.cancelOnError] error encountered -- nonce: ", e.nonce, ", error: ", e.msg if e.nonce.isSome: # send a 0-valued transaction with the errored nonce to prevent stuck txs