Completely remove coinage

This commit is contained in:
lateminer
2018-10-12 00:04:41 +03:00
parent 4fc1725b73
commit d452787a2c
3 changed files with 23 additions and 102 deletions

View File

@@ -556,8 +556,6 @@ int GetSpendHeight(const CCoinsViewCache& inputs);
*/
int32_t ComputeBlockVersion(const CBlockIndex* pindexPrev, const Consensus::Params& params);
bool GetCoinAge(const CTransaction& tx, CBlockTreeDB& txdb, const CBlockIndex* pindexPrev, uint64_t& nCoinAge);
/** Reject codes greater or equal to this can be returned by AcceptToMemPool
* for transactions, to signal internal conditions. They cannot and should not
* be sent over the P2P network.