We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae7ad3 commit acd3162Copy full SHA for acd3162
src/injective/chain_client/_transaction.py
@@ -74,7 +74,7 @@ def add_exchange_msg_deposit(
74
}
75
self._msgs.append(msg)
76
77
- def add_exchange_msg_cancel_spot_order(self, subaccount: str, market_id: int, order_hash: str) -> None:
+ def add_exchange_msg_cancel_spot_order(self, subaccount: str, market_id: str, order_hash: str) -> None:
78
msg = {
79
"type": "exchange/MsgCancelSpotOrder",
80
"value": {
0 commit comments