fix: fix typo

main
Steve Korshakov 2022-06-16 15:39:35 +04:00
parent 51a16f3240
commit 2561b71e82
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ export class TonhubLocalConnector {
let commentCell = new Cell();
new CommentMessage(comment).writeTo(commentCell);
let res = await this.#doRequest('tx', {
let res = await this.#doRequest('sign', {
network: this.network,
textCell: commentCell.toBoc({ idx: false }).toString('base64'),
payloadCell: data.toBoc({ idx: false }).toString('base64')