Skip to content

Commit dedef04

Browse files
Update pyinjective/composer.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e5095d5 commit dedef04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyinjective/composer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ def msg_decrease_position_margin(
18191819
destination_subaccount_id: str,
18201820
market_id: str,
18211821
amount: Decimal,
1822-
):
1822+
) -> injective_exchange_tx_pb.MsgDecreasePositionMargin:
18231823
market = self.derivative_markets[market_id]
18241824

18251825
additional_margin = market.margin_to_chain_format(human_readable_value=amount)

0 commit comments

Comments
 (0)