diff options
| author | Pieter Wuille <[email protected]> | 2012-10-21 12:36:01 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-10-21 12:36:01 -0700 |
| commit | ef0ae25c2be04340cc34b0f1807cb75ca09fbd32 (patch) | |
| tree | 0e1e735343dcac684129e7026fc3c6e80e2ab40a /src/init.cpp | |
| parent | Merge pull request #1941 from Diapolo/rem_initMsg_main (diff) | |
| parent | change blockchain -> block chain (spelling) (diff) | |
| download | discoin-ef0ae25c2be04340cc34b0f1807cb75ca09fbd32.tar.xz discoin-ef0ae25c2be04340cc34b0f1807cb75ca09fbd32.zip | |
Merge pull request #1910 from Diapolo/block_chain_typo
change blockchain -> block chain (spelling)
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 4d5720306..45658e49d 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -639,7 +639,7 @@ bool AppInit2() BOOST_FOREACH(string strDest, mapMultiArgs["-seednode"]) AddOneShot(strDest); - // ********************************************************* Step 7: load blockchain + // ********************************************************* Step 7: load block chain if (!bitdb.Open(GetDataDir())) { |