We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535046e commit b5e4aa2Copy full SHA for b5e4aa2
typescript/solver/NonceKeeperWallet.ts
@@ -31,7 +31,7 @@ export class NonceKeeperWallet extends Wallet {
31
transaction.nonce = this.getNextNonce();
32
}
33
34
- log.debug("transaction", transaction);
+ log.debug({ msg: "transaction", transaction });
35
36
return super.sendTransaction(transaction);
37
0 commit comments