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 } ] }