Fix type conversion and adjust parameters for current account size.
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user