dogecoin/src/primitives
Pieter Wuille 528472111b Get rid of nType and nVersion
Remove the nType and nVersion as parameters to all serialization methods
and functions. There is only one place where it's read and has an impact
(in CAddress), and even there it does not impact any of the recursively
invoked serializers.

Instead, the few places that need nType or nVersion are changed to read
it directly from the stream object, through GetType() and GetVersion()
methods which are added to all stream classes.
2016-11-07 13:56:27 -08:00
..
block.cpp Rename "block cost" to "block weight" 2016-07-18 13:28:26 -04:00
block.h Get rid of nType and nVersion 2016-11-07 13:56:27 -08:00
transaction.cpp Remove unused CTxOut::GetHash() 2016-11-04 10:50:43 -04:00
transaction.h Get rid of nType and nVersion 2016-11-07 13:56:27 -08:00