get rid of mapPubKeys
authorPieter Wuille <pieter.wuille@gmail.com>
Tue, 5 Jul 2011 14:42:32 +0000 (16:42 +0200)
committerPieter Wuille <pieter.wuille@gmail.com>
Sun, 17 Jul 2011 10:07:59 +0000 (12:07 +0200)
commit03fbd7904903928b0d1c8542a3d597aaf5bdd31b
tree562344a9b651ea1b2cc3f7ffd348377e5bed6090
parent133ccbe4087514501dec1f7496c62489437f0db8
get rid of mapPubKeys

Make CKeyStore's interface work on uint160's instead of pubkeys, so
no separate global mapPubKeys is necessary anymore.
src/init.cpp
src/keystore.cpp
src/keystore.h
src/main.cpp
src/main.h
src/rpc.cpp
src/script.cpp
src/script.h
src/ui.cpp
src/wallet.cpp
src/wallet.h