Commit cce237d7 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 8fa731dd
......@@ -61,7 +61,7 @@ async function add(data)
type: data.type,
commision: data.commision,
base: data.base,
param: parseFloat(data.paramStart).toFixed(1)
param: parseFloat(data.paramStart).toFixed(3)
})
}
while (true)
......@@ -88,7 +88,7 @@ async function add(data)
commision: data.commision,
base: i,
target:z,
param: parseFloat(data.paramStart).toFixed(1)
param: parseFloat(data.paramStart).toFixed(3)
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment