Skip to content

Commit

Permalink
Fix (Accounting rule): For transfer/fee events
Browse files Browse the repository at this point in the history
Signed-off-by: OjusWiZard <[email protected]>
  • Loading branch information
OjusWiZard committed Sep 10, 2024
1 parent 78cc6ea commit 249f2be
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/v4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"accounting_rules": [
{
"event_type": "transfer",
"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":6},"contracts":{"latest":0},"global_addressbook":{"latest":0},"accounting_rules":{"latest":3},"location_asset_mappings":{"latest":3},"location_unsupported_assets":{"latest":1}}
{"spam_assets":{"latest":4},"rpc_nodes":{"latest":6},"contracts":{"latest":0},"global_addressbook":{"latest":0},"accounting_rules":{"latest":4},"location_asset_mappings":{"latest":3},"location_unsupported_assets":{"latest":1}}

0 comments on commit 249f2be

Please sign in to comment.