Skip to content

Commit

Permalink
Update operations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pi314x authored and xeroc committed Nov 20, 2023
1 parent 21cccc5 commit 424f222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitsharesbase/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ def __init__(self, *args, **kwargs):
new_expiration = Optional(None)

if kwargs.get("on_fill"):
on_fill = Optional(Array([LimitOrderAutoAction(o) for o in kwargs["on_fill"]])),
on_fill = Optional(Array([LimitOrderAutoAction(o) for o in kwargs["on_fill"]]))
else:
on_fill = Optional(None)

Expand Down

0 comments on commit 424f222

Please sign in to comment.