fix btc volume precision

This commit is contained in:
c9s 2020-06-24 21:25:47 +08:00
parent fea95d1633
commit bdc4161fb3

View File

@ -23,7 +23,7 @@ func (m Market) FormatVolume(val float64) string {
var MarketBTCUSDT = Market{
Symbol: "BTCUSDT",
PricePrecision: 2,
VolumePrecision: 8,
VolumePrecision: 6,
MinQuantity: 0.00000100,
MinAmount: 10.0,
}