dogecoin/src/primitives
Ross Nicoll 672a38cc06
Use CAmount for amounts
Use CAmount rather than unsigned int for amounts for consistency
with other fee rate amounts.

This does change the type from unsigned int to unsigned int64, and
while it is unlikely anyone would need a dust limit higher than
unsigned int, again this ensures the theoretical maximum is in line
with other rates.
2021-08-08 18:36:15 +01:00
..
block.cpp Merge AuxPoW support from Namecore 2018-09-19 19:22:45 +01:00
block.h Merge AuxPoW support from Namecore 2018-09-19 19:22:45 +01:00
pureheader.cpp Merge AuxPoW support from Namecore 2018-09-19 19:22:45 +01:00
pureheader.h Handle legacy v2 block at #66064 2018-09-19 19:23:29 +01:00
transaction.cpp Optimize GetWitnessHash() for non-segwit transactions 2017-03-27 23:44:08 +02:00
transaction.h Use CAmount for amounts 2021-08-08 18:36:15 +01:00