Skip to content

Commit c529e68

Browse files
pi314xxeroc
authored andcommitted
Update operations.py
1 parent d9b9d4b commit c529e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitsharesbase/operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ def __init__(self, *args, **kwargs):
13031303
("delta_amount_to_sell", delta_amount_to_sell),
13041304
("new_expiration", Optional(None)),
13051305
("on_fill", Optional(None)),
1306-
("extensions", Optional(None)),
1306+
("extensions", Set([])),
13071307
]
13081308
)
13091309
)

0 commit comments

Comments
 (0)