diff options
| author | Jeff Garzik <[email protected]> | 2011-07-24 15:38:38 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-07-24 15:38:38 -0700 |
| commit | a9ba47101a46533ff0418d6868ebc9bf5c889818 (patch) | |
| tree | 24f09195afccad46ecc9fc8c1d0b045f4b5534f8 /src/init.cpp | |
| parent | Merge pull request #428 from sipa/mintxfeefix (diff) | |
| parent | Merge pull request #1 from AbrahamJewowich/cbitcoinaddress (diff) | |
| download | discoin-a9ba47101a46533ff0418d6868ebc9bf5c889818.tar.xz discoin-a9ba47101a46533ff0418d6868ebc9bf5c889818.zip | |
Merge pull request #403 from sipa/cbitcoinaddress
keys indexed by address + introduced CBitcoinaddress
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 fd1d8d3cd..266c99202 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -425,7 +425,6 @@ bool AppInit2(int argc, char* argv[]) printf("mapBlockIndex.size() = %d\n", mapBlockIndex.size()); printf("nBestHeight = %d\n", nBestHeight); printf("setKeyPool.size() = %d\n", pwalletMain->setKeyPool.size()); - printf("mapPubKeys.size() = %d\n", mapPubKeys.size()); printf("mapWallet.size() = %d\n", pwalletMain->mapWallet.size()); printf("mapAddressBook.size() = %d\n", pwalletMain->mapAddressBook.size()); |