From 579d708deb67059129fcc9d1cb9036fe67927ca7 Mon Sep 17 00:00:00 2001 From: Yabir Benchakhtir Date: Wed, 18 Sep 2024 17:55:44 +0200 Subject: [PATCH] Fix accounting rules --- updates/accounting_rules/v3.json | 13 ------------- updates/accounting_rules/v4.json | 9 +++++++++ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/updates/accounting_rules/v3.json b/updates/accounting_rules/v3.json index 460cf13..64cc14a 100644 --- a/updates/accounting_rules/v3.json +++ b/updates/accounting_rules/v3.json @@ -1,19 +1,6 @@ { "accounting_rules": [ { - "event_type": "fail", - "event_subtype": "fee", - "event_type": "spend", - "event_subtype": "payment", - "counterparty": null, - "taxable": true, - "count_entire_amount_spend": true, - "count_cost_basis_pnl": true, - "accounting_treatment": null - }, - { - "event_type": "fail", - "event_subtype": "fee", "event_type": "spend", "event_subtype": "payment", "counterparty": null, diff --git a/updates/accounting_rules/v4.json b/updates/accounting_rules/v4.json index c66a95e..f56b03c 100644 --- a/updates/accounting_rules/v4.json +++ b/updates/accounting_rules/v4.json @@ -44,6 +44,15 @@ "count_entire_amount_spend": true, "count_cost_basis_pnl": true, "accounting_treatment": null + }, + { + "event_type": "fail", + "event_subtype": "fee", + "counterparty": null, + "taxable": true, + "count_entire_amount_spend": true, + "count_cost_basis_pnl": true, + "accounting_treatment": null } ] }