Skip to content

Refactor Wallet.applyHistory

Christopher Schinnerl requested to merge mtlynch:refactor-apply-history into master

Created by: mtlynch

At 189 LOC, the applyHistory() function is perilously long. This refactors some of the logic out of the function into helper functions to bring its LOC down to 176 (7% reduction).

Merge request reports