Skip to content

Commit

Permalink
Remove idx
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jul 12, 2024
1 parent 16adcec commit 0a76464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/service/signerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const publishSignerMessage = async (
transfer.storeBuffer(signature).storeSlice(message);
}

const external = externalMessage(contract, seqno, transfer.endCell()).toBoc({ idx: false });
const external = externalMessage(contract, seqno, transfer.endCell()).toBoc();

const boc = external.toString('base64');

Expand Down

0 comments on commit 0a76464

Please sign in to comment.