From 729b18068689c1a6805d04117ef05f97502f5062 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 5 Oct 2012 19:22:21 +0200 Subject: change blockchain -> block chain (spelling) - Wiki says "block chain" is correct ;) - remove some unneeded spaces I found in the source, while fixing the spelling --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') 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())) { -- cgit v1.2.3