Open xSpoooK opened 1 month ago
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