diff options
| author | Pieter Wuille <[email protected]> | 2011-06-25 14:57:32 +0200 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-07-08 15:46:47 +0200 |
| commit | acd6501610817eee0bd1c8ea9c591f043affbaec (patch) | |
| tree | e2b05a5d0bc1a0b890b2b1d6a16713967143ff95 /src/init.cpp | |
| parent | Merge pull request #383 from sipa/syncdefault (diff) | |
| download | discoin-acd6501610817eee0bd1c8ea9c591f043affbaec.tar.xz discoin-acd6501610817eee0bd1c8ea9c591f043affbaec.zip | |
Prepare codebase for Encrypted Keys.
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()); |