Merge pull request #330 into master
All checks were successful
docker-finance / all (push) Successful in 29m24s
All checks were successful
docker-finance / all (push) Successful in 29m24s
fb4566e3 container: hledger-flow: ethereum-based: compound: fix missing INCOME tag (Aaron Fiore)
This commit was merged in pull request #330.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# docker-finance | modern accounting for the power-user
|
||||
#
|
||||
# Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
# Copyright (C) 2021-2026 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -131,6 +131,7 @@ if %to_address (^0x39aa39c021dfbae8fac545936693ac917d5e7563$|^0x4ddc2d193948926d
|
||||
if %direction ^IN$
|
||||
& %contract_address ^0xc00e94cb662c3520282e6f5717214004a7f26888$
|
||||
& %from_address ^0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b$
|
||||
comment blockchain:%blockchain, type:%type, block:%block_number, blockid:%block_hash, index:%tx_index, subaccount_address:%subaccount_address, contract_address:%contract_address, from_address:%from_address, to_address:%to_address, txid:%tx_hash, direction:%direction, taxed_as:INCOME
|
||||
account2 income:%account_name:%subaccount_name:%blockchain:%symbol
|
||||
comment2 %date +0000,INCOME,%account_name:%subaccount_name:%blockchain,%symbol,%amount_,USD,,COMP rewards
|
||||
|
||||
|
||||
Reference in New Issue
Block a user