BTC price is calculated from depth of market on 5 BTC

This commit is contained in:
b00lean 2017-08-15 17:46:22 +02:00
parent 1a2cc09544
commit 3f80ca3f8c
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ public class BitfinexExchange implements IExchangeAdvanced, IRateSourceAdvanced
}
private BigDecimal getMeasureCryptoAmount() {
return new BigDecimal(10);
return new BigDecimal(5);
}