You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I wanted to express my gratitude for the code you shared. I found it very helpful for my project. I needed a high-load wallet for a specific project, and your code helped me get started.
I used your sample code located at test/highload.js and filled in all the necessary information. However, I encountered the following error:
vbnet
Copy code
Error while sending TON from: EQCXBUm6wvDLJvwpTbeD151HMtcVlhj9DWdM4EilHLLHn_4g, maybe balance is not enough or address doesn't match?
Upon further investigation, I discovered that the error originates from the following part of the code:
bash
Copy code
/Users/mohammad/Downloads/ton-wallet-utils-main/node_modules/ton3-core/dist/contracts/message.js:43
.storeSlice(body.slice());
^
TypeError: body.slice is not a function
I am using Node.js v20.9.0. I would greatly appreciate it if you could provide some guidance on how to resolve this issue.
Thank you once again for your assistance.
Best regards
The text was updated successfully, but these errors were encountered:
Dear friend,
I hope this message finds you well. I wanted to express my gratitude for the code you shared. I found it very helpful for my project. I needed a high-load wallet for a specific project, and your code helped me get started.
I used your sample code located at test/highload.js and filled in all the necessary information. However, I encountered the following error:
vbnet
Copy code
Error while sending TON from: EQCXBUm6wvDLJvwpTbeD151HMtcVlhj9DWdM4EilHLLHn_4g, maybe balance is not enough or address doesn't match?
Upon further investigation, I discovered that the error originates from the following part of the code:
bash
Copy code
/Users/mohammad/Downloads/ton-wallet-utils-main/node_modules/ton3-core/dist/contracts/message.js:43
.storeSlice(body.slice());
^
TypeError: body.slice is not a function
I am using Node.js v20.9.0. I would greatly appreciate it if you could provide some guidance on how to resolve this issue.
Thank you once again for your assistance.
Best regards
The text was updated successfully, but these errors were encountered: