Closed pddmergilla-ns closed 1 month ago
Hi, share your ton address (which is with balance), please, or check transaction exit code
Hi, share your ton address (which is with balance), please, or check transaction exit code
the one I encountered the error with? This one: 0QDLpCtyN8Rjc0mwY3pwVvDIWYzyZFmBqeRpc6lT9fUyQl9A
thanks for the reply @xssnick !
I see that exit code is 137 (external_send_message_must_have_ignore_errors_send_mode), for v5 message mode must include IgnoreErrors
flag, eg: Mode: PayGasSeparately + IgnoreErrors
I see that exit code is 137 (external_send_message_must_have_ignore_errors_send_mode), for v5 message mode must include
IgnoreErrors
flag, eg:Mode: PayGasSeparately + IgnoreErrors
this is working well, thanks! <3
hi, please help me with this..
I need to get my V5R1 wallet so I'm using this:
and true enough I'm getting my wallet, checked the balance and it's correct. However I can't use this in a transaction, my guess is that because I'm using Mainnet as the GlobalID and we're using testnet for testing. I'm getting this kind of error:
But whenever I tried
I'm getting a different wallet address (which is unused, and the balance is zero) so I can't use that as well.
Is there a way to get a V5R1 wallet for testing?
Thanks!