Enable time locked coin bases to be used as normal coinbase transactions with longer maturity, fix max_money

This commit is contained in:
miketout
2018-05-04 16:33:34 -07:00
parent 061f1a8ec5
commit e980a26ddd
16 changed files with 121 additions and 92 deletions

View File

@@ -457,6 +457,8 @@ public:
return (vin.size() == 1 && vin[0].prevout.IsNull());
}
int64_t UnlockTime(uint32_t voutNum) const;
friend bool operator==(const CTransaction& a, const CTransaction& b)
{
return a.hash == b.hash;