I'm using @tonconnect/ui-react to send a transaction.
My idea is to wait for the transaction to finish, I use the hash value to verify with the latest transaction on chain. Tried on IOS device, and the validate at position 4 is valid, mean that value of inMsgHasg === hash. But on Android, it always difference. Is there someone in here got that issue?
Actual result
It only happen with Tonkeeper wallet on Android. I have tried with other wallet (like My Ton Wallet), and it worked.happensthe another wallet
Bug Type
Functional
Reproduction steps
I'm using @tonconnect/ui-react to send a transaction.
My idea is to wait for the transaction to finish, I use the
hash
value to verify with the latest transaction on chain. Tried on IOS device, and the validate at position 4 is valid, mean that value of inMsgHasg === hash. But on Android, it always difference. Is there someone in here got that issue?Actual result
It only happen with Tonkeeper wallet on Android. I have tried with other wallet (like My Ton Wallet), and it worked.happensthe another wallet
Expected result
Work on both Android & IOS device, not only IOS
Suggested Severity
Critical
Device
IOS: all IOS device Android: android 9, 10
Additional Context
No response