File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1234,9 +1234,9 @@ async def create_asset(
12341234 "symbol" : symbol ,
12351235 "precision" : precision ,
12361236 "common_options" : {
1237- "max_supply" : int (max_supply * 10 ** precision ),
1237+ "max_supply" : int (max_supply * 10 ** precision ),
12381238 "market_fee_percent" : int (market_fee_percent * 100 ),
1239- "max_market_fee" : int (max_market_fee * 10 ** precision ),
1239+ "max_market_fee" : int (max_market_fee * 10 ** precision ),
12401240 "issuer_permissions" : permissions_int ,
12411241 "flags" : flags_int ,
12421242 "core_exchange_rate" : {
Original file line number Diff line number Diff line change @@ -1307,9 +1307,9 @@ def create_asset(
13071307 "symbol" : symbol ,
13081308 "precision" : precision ,
13091309 "common_options" : {
1310- "max_supply" : int (max_supply * 10 ** precision ),
1310+ "max_supply" : int (max_supply * 10 ** precision ),
13111311 "market_fee_percent" : int (market_fee_percent * 100 ),
1312- "max_market_fee" : int (max_market_fee * 10 ** precision ),
1312+ "max_market_fee" : int (max_market_fee * 10 ** precision ),
13131313 "issuer_permissions" : permissions_int ,
13141314 "flags" : flags_int ,
13151315 "core_exchange_rate" : {
You can’t perform that action at this time.
0 commit comments