Replace CTxInUndo with Coin
commitcb2c7fdac2dc74368ed24ae4717ed72178956b92
authorPieter Wuille <pieter.wuille@gmail.com>
Tue, 25 Apr 2017 18:29:25 +0000 (25 11:29 -0700)
committerPieter Wuille <pieter.wuille@gmail.com>
Thu, 1 Jun 2017 18:56:06 +0000 (1 11:56 -0700)
treee00cdf124e4399033b2d9354e82e1f5496144903
parent422634e2f5ac1ff74cd358144cecbac63007adc4
Replace CTxInUndo with Coin

The earlier CTxInUndo class now holds the same information as the Coin
class. Instead of duplicating functionality, replace CTxInUndo with a
serialization adapter for Coin.
src/test/coins_tests.cpp
src/undo.h
src/validation.cpp