test__get_params

This commit is contained in:
Sam Germain
2022-02-16 10:00:06 -06:00
parent 124532a4b7
commit a37287d9ba
2 changed files with 54 additions and 1 deletions

View File

@@ -39,7 +39,6 @@ class Okx(Exchange):
reduceOnly: bool,
time_in_force: str = 'gtc',
) -> Dict:
# TODO-lev: Test me
params = super()._get_params(
ordertype=ordertype,
leverage=leverage,