Refactor transaction controller for simplicity #10
Closed
opened 10 months ago by inga-lovinde
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
There is a code duplication between
getAmountWithExchange
andgetAmountWithoutExchange
which is no longer actually needed, and also I don't like the way howapplyRules
is implemented. This is a good candidate to clean things up somewhat.