Skip to content

Commit

Permalink
fix: #303
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed May 13, 2022
1 parent feff277 commit 0eedb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitshares/bitshares.py
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ def create_asset(
permissions_int = toint(permissions)
flags_int = toint(flags)

if not max_market_fee:
if max_market_fee is None:
max_market_fee = max_supply

op = operations.Asset_create(
Expand Down

0 comments on commit 0eedb6d

Please sign in to comment.