New funding fee methods

This commit is contained in:
Sam Germain
2021-08-25 23:01:07 -06:00
parent b854350e8d
commit d6d5bae2a1
6 changed files with 30 additions and 54 deletions

View File

@@ -3,7 +3,7 @@ from math import isclose
import pytest
from freqtrade.leverage.interest import interest
from freqtrade.leverage import interest
ten_mins = Decimal(1/6)