diff options
| author | Jeff Garzik <[email protected]> | 2011-07-12 19:10:12 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-07-12 19:10:12 -0700 |
| commit | 0bad8e423754cae582ceb99389709953f56947bc (patch) | |
| tree | c27d3fa0eda767de7f6bd7acfcde4e05fc083b18 /src/init.cpp | |
| parent | Merge pull request #392 from laanwj/antimagic (diff) | |
| parent | Make an invalid addrIncoming so that old clients crash. (diff) | |
| download | discoin-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.cpp | 1 |
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()); |