Skip to content

Commit b5e4aa2

Browse files
committed
fix log
1 parent 535046e commit b5e4aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/solver/NonceKeeperWallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class NonceKeeperWallet extends Wallet {
3131
transaction.nonce = this.getNextNonce();
3232
}
3333

34-
log.debug("transaction", transaction);
34+
log.debug({ msg: "transaction", transaction });
3535

3636
return super.sendTransaction(transaction);
3737
}

0 commit comments

Comments
 (0)