From 4111f842d6eebc8b5aaaf5c713710bcd89136617 Mon Sep 17 00:00:00 2001 From: cyhhao Date: Thu, 16 Feb 2023 08:54:46 +0800 Subject: [PATCH] show cancel --- src/common/tx-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tx-manager.ts b/src/common/tx-manager.ts index e114661..8dc981b 100644 --- a/src/common/tx-manager.ts +++ b/src/common/tx-manager.ts @@ -252,6 +252,6 @@ export class TxManager { rbfCount++ } - throw new Error(`send tx failed: ${nonce} ${lastError}`) + throw new Error(`send tx failed: ${nonce} cancel: ${this.cancel} err: ${lastError} `) } }