Transaction hash caching
authoralex <alex@alex-VirtualBox.(none)>
Tue, 21 Jan 2014 04:33:18 +0000 (08:33 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Tue, 21 Jan 2014 04:33:18 +0000 (08:33 +0400)
commitcdef376f34dfbd06c8a8673fdb5625d5fefbc851
tree98c3a15b31481756112078e467695a885e70cc59
parent4a1fde40600e9767918279ac0cb6c18ba9beef1a
Transaction hash caching

Use CBlock's vMerkleTree to cache transaction hashes, and pass them
along as argument in more function calls.
src/main.cpp
src/main.h
src/miner.cpp
src/rpcrawtransaction.cpp
src/wallet.cpp
src/wallet.h