Skip to content

Commit

Permalink
Merge pull request #114 from LefterisJP/add_fail_fee_rule
Browse files Browse the repository at this point in the history
Add fail/fee accounting rule
  • Loading branch information
OjusWiZard authored Jul 18, 2024
2 parents b104c8c + c5ed6f8 commit 61dc366
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions updates/accounting_rules/v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"accounting_rules": [
{
"event_type": "fail",
"event_subtype": "fee",
"counterparty": null,
"taxable": true,
"count_entire_amount_spend": true,
"count_cost_basis_pnl": true,
"accounting_treatment": null
}
]
}
2 changes: 1 addition & 1 deletion updates/info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"spam_assets":{"latest":4},"rpc_nodes":{"latest":5},"contracts":{"latest":0},"global_addressbook":{"latest":0},"accounting_rules":{"latest":2},"location_asset_mappings":{"latest":2},"location_unsupported_assets":{"latest":1}}
{"spam_assets":{"latest":4},"rpc_nodes":{"latest":5},"contracts":{"latest":0},"global_addressbook":{"latest":0},"accounting_rules":{"latest":3},"location_asset_mappings":{"latest":2},"location_unsupported_assets":{"latest":1}}

0 comments on commit 61dc366

Please sign in to comment.