Skip to content

Commit d79af96

Browse files
HFFPbtschwertfeger
andauthored
kraken.spot.trade.create_order: stp_type should be stptype (#373)
Co-authored-by: Benjamin T. Schwertfeger <[email protected]>
1 parent 32e55d1 commit d79af96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kraken/spot/trade.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def create_order( # pylint: disable=too-many-branches,too-many-arguments # noqa
328328
if not truncate
329329
else self.truncate(amount=volume, amount_type="volume", pair=pair)
330330
),
331-
"stp_type": stptype,
331+
"stptype": stptype,
332332
"starttm": starttm,
333333
"validate": validate,
334334
"reduce_only": reduce_only,

0 commit comments

Comments
 (0)