Bugfix: Unspendable inputs handling
authorCryptoManiac <balthazar@yandex.ru>
Fri, 25 Jul 2014 17:51:11 +0000 (21:51 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Fri, 25 Jul 2014 17:51:11 +0000 (21:51 +0400)
commit1c4fc9052a444c114d9c1501d2c6d1305de650d0
tree05f678651fcd02666c42dec7983c9ff348a986c6
parent5249b8a7060b3f59bdf4c710cfc20a99d3c164e9
Bugfix: Unspendable inputs handling

* Use script matching instead of destination matching to prevent possible compatibility issues;
* Split GetBalance, GetAvailableCredit and GetCredit to regular and watch-only counterparts.
16 files changed:
src/keystore.cpp
src/keystore.h
src/qt/overviewpage.cpp
src/qt/sendcoinsdialog.cpp
src/qt/transactiondesc.cpp
src/qt/transactionrecord.cpp
src/qt/walletmodel.cpp
src/qt/walletmodel.h
src/rpcdump.cpp
src/rpcwallet.cpp
src/script.cpp
src/script.h
src/wallet.cpp
src/wallet.h
src/walletdb.cpp
src/walletdb.h