Handle unspendable inputs correctly.
authorCryptoManiac <balthazar@yandex.ru>
Sat, 19 Jul 2014 14:35:29 +0000 (18:35 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Sat, 19 Jul 2014 14:35:29 +0000 (18:35 +0400)
commitb0368da0e15b5506548da3462e14b038ca21ae69
tree17ea55eed99f1c7898dca61f48bab2fe1f6c3488
parent580fa137c61abe24c56b440e62fa21657227e9a2
Handle unspendable inputs correctly.

* Add unspendable coins amount to overview page and getinfo RPC output;
* Replace current balance with amount of spendable coins on send coins page.
14 files changed:
src/qt/forms/overviewpage.ui
src/qt/locale/bitcoin_en.ts
src/qt/locale/bitcoin_ru.ts
src/qt/overviewpage.cpp
src/qt/overviewpage.h
src/qt/sendcoinsdialog.cpp
src/qt/sendcoinsdialog.h
src/qt/transactiondesc.cpp
src/qt/transactionrecord.cpp
src/qt/walletmodel.cpp
src/qt/walletmodel.h
src/rpcwallet.cpp
src/wallet.cpp
src/wallet.h