aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2011-07-24 15:38:38 -0700
committerJeff Garzik <[email protected]>2011-07-24 15:38:38 -0700
commita9ba47101a46533ff0418d6868ebc9bf5c889818 (patch)
tree24f09195afccad46ecc9fc8c1d0b045f4b5534f8 /src/main.cpp
parentMerge pull request #428 from sipa/mintxfeefix (diff)
parentMerge pull request #1 from AbrahamJewowich/cbitcoinaddress (diff)
downloaddiscoin-a9ba47101a46533ff0418d6868ebc9bf5c889818.tar.xz
discoin-a9ba47101a46533ff0418d6868ebc9bf5c889818.zip
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 8697c6f2a..b57974f57 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;