Wallet A sends message to Contract B with some msg_value, what would happen when contract B throw an error, would the msg_value be returned to Wallet A automaticly or msg_value get stuck in Contract B?

Dec 2, 2023, 8:40 AM
that depends on bounce flag of the message sent from Wallet A.
if it's set to true - coins will be returned, and if it's set to false - coins will be stuck on contract B.
Dec 2, 2023, 8:44 AM

© 2024 Draquery.com All rights reserved.