From 8fc59b7f1d1ad6996e20988fdf62f055b40d1ceb Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 18 Apr 2025 10:39:15 +0200 Subject: [PATCH] Add fees --- test/import/ok-btceur.json | 2 +- test/import/ok-btcusd.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/import/ok-btceur.json b/test/import/ok-btceur.json index b2856943d..b370682f9 100644 --- a/test/import/ok-btceur.json +++ b/test/import/ok-btceur.json @@ -10,7 +10,7 @@ { "accountId": null, "comment": null, - "fee": 0, + "fee": 3.94, "quantity": 1, "type": "BUY", "unitPrice": 39378.5, diff --git a/test/import/ok-btcusd.json b/test/import/ok-btcusd.json index 87c936f23..fc2e1f66e 100644 --- a/test/import/ok-btcusd.json +++ b/test/import/ok-btcusd.json @@ -10,7 +10,7 @@ { "accountId": null, "comment": null, - "fee": 0, + "fee": 4.46, "quantity": 1, "type": "BUY", "unitPrice": 44558.42,