Bugfixes walletclass
authorPieter Wuille <pieter.wuille@gmail.com>
Sun, 19 Jun 2011 16:32:36 +0000 (18:32 +0200)
committerPieter Wuille <pieter.wuille@gmail.com>
Mon, 20 Jun 2011 18:07:28 +0000 (20:07 +0200)
commit98705aa51cbfee81ecd2498a014c285ac677ba69
treedcd42eff69a50111b29f7bdb7cad396dd49c6b7b
parent04e442070d3db1abb761d3e04d80d6ece6d5602b
Bugfixes walletclass

Some problems found by ius:
* compiler complains with no return after critical section block
* CKeyStore::GetPrivKey(key) was undefined for unknown key
* missing return statement in GetChange()
src/keystore.h
src/script.cpp
src/wallet.cpp
src/wallet.h