mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
change blockchain -> block chain (spelling)
- Wiki says "block chain" is correct ;) - remove some unneeded spaces I found in the source, while fixing the spelling
This commit is contained in:
@@ -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()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user