Commit 306c5779 by zihan

手续费调整

parent 19cccd2b
......@@ -185,7 +185,7 @@ class KucoinCollector extends BaseCollector{
return symbolDetail.symbol;
}
getFeeRate(fromCurrency,toCurrency){
return 0.001;
return 0.0007;
}
processAmount(fromCurrency,toCurrency,amount){
const detail = this._getSymbolDetail(fromCurrency,toCurrency);
......
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