diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2011-07-24 15:38:38 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2011-07-24 15:38:38 -0700 |
commit | a9ba47101a46533ff0418d6868ebc9bf5c889818 (patch) | |
tree | 24f09195afccad46ecc9fc8c1d0b045f4b5534f8 /src/main.cpp | |
parent | b6d19aefa0cf455dca57ca74eeb75e158a9390d0 (diff) | |
parent | ca40e581ebcdc85dba15c1e873f5e5aedda45b77 (diff) |
Merge pull request #403 from sipa/cbitcoinaddress
keys indexed by address + introduced CBitcoinaddress
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
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; |