Skip to content

Commit

Permalink
Undo style fix to ease upstream rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <andres@thirdhash.com>
  • Loading branch information
Andres Correa Casablanca committed Jan 17, 2019
1 parent d484a8f commit aec1aab
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1672,14 +1672,8 @@ bool AppInitMain()
}
}

if (
!CVerifyDB().VerifyDB(
chainparams,
pcoinsdbview.get(),
gArgs.GetArg("-checklevel", DEFAULT_CHECKLEVEL),
gArgs.GetArg("-checkblocks", DEFAULT_CHECKBLOCKS)
)
) {
if (!CVerifyDB().VerifyDB(chainparams, pcoinsdbview.get(), gArgs.GetArg("-checklevel", DEFAULT_CHECKLEVEL),
gArgs.GetArg("-checkblocks", DEFAULT_CHECKBLOCKS))) {
strLoadError = _("Corrupted block database detected");
break;
}
Expand Down

0 comments on commit aec1aab

Please sign in to comment.