diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-09-09 03:55:45 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-09-09 03:55:45 -0700 |
| commit | 2bc004c658ab14f1708a40e1e15536d00553d50d (patch) | |
| tree | 4d17c023e872e61a6011ab5fd9b92a682dd3f716 /src/init.cpp | |
| parent | Merge pull request #2968 from TheBlueMatt/master (diff) | |
| parent | fix some cosmetic glitches in the codebase (diff) | |
| download | discoin-2bc004c658ab14f1708a40e1e15536d00553d50d.tar.xz discoin-2bc004c658ab14f1708a40e1e15536d00553d50d.zip | |
Merge pull request #2961 from Diapolo/cosmetic
fix some cosmetic glitches in the codebase
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 3c1ee24e2..87c6e2707 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -778,7 +778,7 @@ bool AppInit2(boost::thread_group& threadGroup) uiInterface.InitMessage(_("Verifying blocks...")); if (!VerifyDB(GetArg("-checklevel", 3), - GetArg( "-checkblocks", 288))) { + GetArg("-checkblocks", 288))) { strLoadError = _("Corrupted block database detected"); break; } |