You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use broadcastTransactionSync, it throws an error, even though I can see on Mintscan that my transaction was actually synced and considered valid.
This issue seems to come from the queryHash function, which is called within broadcastTransaction and isn’t working as expected with a valid hash ?
Hello,
I'm currently trying to retrieve the txHash from the placeOrder method.
The documentation says that the placeOrder method return the transaction hash:
When I execute my code, I get this:
When I try to decode the hash using the toHex method from Cosmos, the hash seems to be not valid:
Can someone help me with this?
Thanks
The text was updated successfully, but these errors were encountered: