Skip to content

Commit 0eedb6d

Browse files
committed
fix: #303
1 parent feff277 commit 0eedb6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitshares/bitshares.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ def create_asset(
12971297
permissions_int = toint(permissions)
12981298
flags_int = toint(flags)
12991299

1300-
if not max_market_fee:
1300+
if max_market_fee is None:
13011301
max_market_fee = max_supply
13021302

13031303
op = operations.Asset_create(

0 commit comments

Comments
 (0)