forked from EvergreenCrypto/docker-finance
container: hledger-flow: ethereum-based: re-order blockchain/subaccounts
For consistency (ethereum-based and all other supported networks).
This commit is contained in:
@@ -43,10 +43,10 @@ if %direction ^OUT$
|
||||
|
||||
# Default transfers as equity accounts
|
||||
if %direction ^IN$
|
||||
account2 equity:%account_name:%subaccount_name:withdrawal:%blockchain:%symbol
|
||||
account2 equity:%account_name:%subaccount_name:%blockchain:withdrawal:%symbol
|
||||
|
||||
if %direction ^OUT$
|
||||
account2 equity:%account_name:%subaccount_name:deposit:%blockchain:%symbol
|
||||
account2 equity:%account_name:%subaccount_name:%blockchain:deposit:%symbol
|
||||
|
||||
# Network fees
|
||||
# - To get accurate balance, take all fees from "normal" because fees are also
|
||||
|
||||
Reference in New Issue
Block a user