aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2011-07-24 15:38:38 -0700
committerJeff Garzik <jgarzik@exmulti.com>2011-07-24 15:38:38 -0700
commita9ba47101a46533ff0418d6868ebc9bf5c889818 (patch)
tree24f09195afccad46ecc9fc8c1d0b045f4b5534f8 /src/main.cpp
parentb6d19aefa0cf455dca57ca74eeb75e158a9390d0 (diff)
parentca40e581ebcdc85dba15c1e873f5e5aedda45b77 (diff)
downloadbitcoin-a9ba47101a46533ff0418d6868ebc9bf5c889818.tar.xz
Merge pull request #403 from sipa/cbitcoinaddress
keys indexed by address + introduced CBitcoinaddress
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8697c6f2a7..b57974f577 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -21,9 +21,6 @@ set<CWallet*> setpwalletRegistered;
CCriticalSection cs_main;
-CCriticalSection cs_mapPubKeys;
-map<uint160, vector<unsigned char> > mapPubKeys;
-
map<uint256, CTransaction> mapTransactions;
CCriticalSection cs_mapTransactions;
unsigned int nTransactionsUpdated = 0;