aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2011-07-12 19:10:12 -0700
committerJeff Garzik <[email protected]>2011-07-12 19:10:12 -0700
commit0bad8e423754cae582ceb99389709953f56947bc (patch)
treec27d3fa0eda767de7f6bd7acfcde4e05fc083b18 /src/init.cpp
parentMerge pull request #392 from laanwj/antimagic (diff)
parentMake an invalid addrIncoming so that old clients crash. (diff)
downloaddiscoin-0bad8e423754cae582ceb99389709953f56947bc.tar.xz
discoin-0bad8e423754cae582ceb99389709953f56947bc.zip
Merge pull request #352 from TheBlueMatt/newenc
Wallet Private Key Encryption (on CWallet)
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 635799ccf..21b40d519 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -416,7 +416,6 @@ bool AppInit2(int argc, char* argv[])
//// debug print
printf("mapBlockIndex.size() = %d\n", mapBlockIndex.size());
printf("nBestHeight = %d\n", nBestHeight);
- printf("mapKeys.size() = %d\n", pwalletMain->mapKeys.size());
printf("setKeyPool.size() = %d\n", pwalletMain->setKeyPool.size());
printf("mapPubKeys.size() = %d\n", mapPubKeys.size());
printf("mapWallet.size() = %d\n", pwalletMain->mapWallet.size());