Skip to content

Commit 424f222

Browse files
pi314xxeroc
authored andcommitted
Update operations.py
1 parent 21cccc5 commit 424f222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsharesbase/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ def __init__(self, *args, **kwargs):
13001300
new_expiration = Optional(None)
13011301

13021302
if kwargs.get("on_fill"):
1303-
on_fill = Optional(Array([LimitOrderAutoAction(o) for o in kwargs["on_fill"]])),
1303+
on_fill = Optional(Array([LimitOrderAutoAction(o) for o in kwargs["on_fill"]]))
13041304
else:
13051305
on_fill = Optional(None)
13061306

0 commit comments

Comments
 (0)