Page MenuHomePhabricator

[wallet] Refactor ProcessImport()
ClosedPublic

Authored by deadalnix on May 19 2020, 15:42.

Details

Summary

This commit is move-only and doesn't make any functional changes. It
simply moves code around within ProcessImport() in preparation for
refactors in the next commits.

This is a partial backport of Core PR14491 : https://github.com/bitcoin/bitcoin/pull/14491/commits/a1b25e12a5f57048a4639964d57c0b46eb84cd4e

Some loop variable names have been changed to make sure we don't have shaddowing going on.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.May 19 2020, 16:18
This revision was automatically updated to reflect the committed changes.