Skip to content

Commit 9066573

Browse files
committed
fix: bitvavo is now using tick-size for pricing and amount rounding
1 parent 7a9ea40 commit 9066573

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

freqtrade/exchange/bitvavo.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import logging
44

5-
from ccxt import DECIMAL_PLACES
6-
75
from freqtrade.exchange import Exchange
86
from freqtrade.exchange.exchange_types import FtHas
97

@@ -24,11 +22,3 @@ class Bitvavo(Exchange):
2422
_ft_has: FtHas = {
2523
"ohlcv_candle_limit": 1440,
2624
}
27-
28-
@property
29-
def precisionMode(self) -> int:
30-
"""
31-
Exchange ccxt precisionMode
32-
Override due to https://github.com/ccxt/ccxt/issues/20408
33-
"""
34-
return DECIMAL_PLACES

0 commit comments

Comments
 (0)