Add CTxUndo: transaction undo information
authoralexhz <balthazar@yandex.ru>
Wed, 15 Jan 2014 14:34:46 +0000 (14:34 +0000)
committeralexhz <balthazar@yandex.ru>
Wed, 15 Jan 2014 14:34:46 +0000 (14:34 +0000)
commita19ee92bdbc1f99b2296a5af17164b36366c9fbc
tree198c4ee66c9e7ce8f274f76990e99f9ab14ac23c
parentda3091720a7bec81d6b903a608c3d247b67822e4
Add CTxUndo: transaction undo information

The CTxUndo class encapsulates data necessary to undo the effects of
a transaction on the txout set, namely the previous outputs consumed
by it (script + amount), and potentially transaction meta-data when
it is spent entirely.
src/main.h