-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to send bounceable
transaction?
#27
Comments
bounceable
transaction?
The same question on TON overflow https://answers.ton.org/question/1670952138383036416/how-to-send-bounceable-transaction-or-transaction-spent-the-sender-s-entire-balance |
Ok, i'm trying to send
|
How to send bounceable transfer of native TON?
According to the documentation:
To send bounceable transfer it is required to set
bounce
flag in internal message and use sending mode+16
.It is uninitialized wallet: https://testnet.tonviewer.com/EQAfs3mJctSyXlJpR89j6h1T7fYJ_nBt8hGbfkDUaET7x9p8
Code sample:
Expected behaviour
Transaction amount is returned to sender minus fee
Actual bahaviour
An infinite number of attempts has spent the sender's entire balance https://testnet.tonviewer.com/0QA3tr_6AZK9qMQy46a7ULtriizI7iXeiPufNxib4a7b6eU8
The text was updated successfully, but these errors were encountered: