Skip to content

Commit acd3162

Browse files
author
Qiu-INJ
committed
Fix bugs on type hint.
1 parent 8ae7ad3 commit acd3162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/injective/chain_client/_transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def add_exchange_msg_deposit(
7474
}
7575
self._msgs.append(msg)
7676

77-
def add_exchange_msg_cancel_spot_order(self, subaccount: str, market_id: int, order_hash: str) -> None:
77+
def add_exchange_msg_cancel_spot_order(self, subaccount: str, market_id: str, order_hash: str) -> None:
7878
msg = {
7979
"type": "exchange/MsgCancelSpotOrder",
8080
"value": {

0 commit comments

Comments
 (0)