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