Fix type conversion and adjust parameters for current account size.

This commit is contained in:
Joe Tretter
2020-01-09 10:16:49 -06:00
parent ac2bc957bf
commit 9a42615934

View File

@@ -1303,14 +1303,14 @@
"t": "set", "t": "set",
"p": "coinBalance", "p": "coinBalance",
"pt": "flow", "pt": "flow",
"to": "payload.XETC", "to": "$number(payload.XETC)",
"tot": "msg" "tot": "jsonata"
}, },
{ {
"t": "set", "t": "set",
"p": "maxVolume", "p": "maxVolume",
"pt": "flow", "pt": "flow",
"to": "10", "to": "100",
"tot": "num" "tot": "num"
}, },
{ {
@@ -1331,7 +1331,7 @@
"t": "set", "t": "set",
"p": "multiplier", "p": "multiplier",
"pt": "flow", "pt": "flow",
"to": "1", "to": "10",
"tot": "num" "tot": "num"
} }
], ],