Add CCoinsViewCache::GetCoinsReadOnly() method for read-only caching to decrease...
authoralex <alex@alex-VirtualBox.(none)>
Mon, 20 Jan 2014 22:40:34 +0000 (02:40 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Mon, 20 Jan 2014 22:40:34 +0000 (02:40 +0400)
commit4a1fde40600e9767918279ac0cb6c18ba9beef1a
treebad0ff28a5f64fa280b469470460b66ee3de3688
parent6b190c13546e60f8af14c80bbf6dae28360622dd
Add CCoinsViewCache::GetCoinsReadOnly() method for read-only caching to decrease count of worthless flushing events;
Remove target mismatch messages from proof-of-stake miner;
Add generator field to getblock output.
src/kernel.cpp
src/kernel.h
src/main.cpp
src/main.h
src/miner.cpp
src/rpcblockchain.cpp
src/wallet.cpp