DefiantLabs / cosmos-tax-cli

An opensource cosmos tax tool!
https://defiantlabs.net
Apache License 2.0
25 stars 7 forks source link

Remove self transfer CSV ignore marking #506

Closed pharr117 closed 11 months ago

pharr117 commented 11 months ago

We sometimes mark internal transfers (self account to self account) as ignored in CSV classifications.

We should remove that to let the user decide what were internal transfers.

One such location:

https://github.com/DefiantLabs/cosmos-tax-cli/blob/37eff2384e774e22e099e2dcab68caafcebd2573/csv/parsers/accointing/accointing.go#L372-L379