Skip to content

Commit 1e1bd0d

Browse files
authored
Merge pull request #59 from BootNodeDev/feat/44-support-native-token
2 parents 8307e53 + b5e4aa2 commit 1e1bd0d

File tree

4 files changed

+736
-2428
lines changed

4 files changed

+736
-2428
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)