Commit 40237b1f by zihan

修改手续费

parent 306c5833
......@@ -174,7 +174,7 @@ class BiboxCollector extends BaseCollector{
return symbolDetail.symbol;
}
getFeeRate(fromCurrency,toCurrency){
return 0.0009;
return 0.001;
}
processAmount(fromCurrency,toCurrency,amount){
//有可能会由于数值过小,传进来的amount被表示为科学计数法法
......
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