tonkeeper / wallet

GNU General Public License v3.0
324 stars 81 forks source link

Error verify transaction with Tonkeeper wallet on Android device #970

Open VuVanHoc opened 3 days ago

VuVanHoc commented 3 days ago

Bug Type

Functional

Reproduction steps

I'm using @tonconnect/ui-react to send a transaction. Screenshot 2024-11-14 at 15 04 40

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