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 40a990b commit 66b3790Copy full SHA for 66b3790
modules/sdk-coin-ton/src/lib/transaction.ts
@@ -73,7 +73,7 @@ export class Transaction extends BaseTransaction {
73
74
async build(): Promise<void> {
75
const signingMessage = this.createSigningMessage(WALLET_ID, this.seqno, this.expireTime);
76
- const sendMode = 3;
+ const sendMode = 3; // default sendMode
77
signingMessage.bits.writeUint8(sendMode);
78
const outMsg = this.createOutMsg(this.recipient.address, this.recipient.amount, this.message);
79
signingMessage.refs.push(outMsg);
0 commit comments