Use CBitcoinAddress instead of string/uint160
authorPieter Wuille <pieter.wuille@gmail.com>
Tue, 5 Jul 2011 18:53:43 +0000 (20:53 +0200)
committerPieter Wuille <pieter.wuille@gmail.com>
Sun, 17 Jul 2011 10:09:14 +0000 (12:09 +0200)
commit2ffba736e9102d016b96c2e5de2ce7757e612667
treefb96acfec05aa767cb3ba2df9b93569f2a6c04db
parent03fbd7904903928b0d1c8542a3d597aaf5bdd31b
Use CBitcoinAddress instead of string/uint160

Instead of conversion functions between pubkey/uint160/address in
base58.h, have a fully fledged class CBitcoinAddress (CAddress was
already taken) to represent addresses.
src/base58.h
src/key.h
src/keystore.cpp
src/keystore.h
src/rpc.cpp
src/script.cpp
src/script.h
src/ui.cpp
src/wallet.cpp
src/wallet.h