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