In CTxMemPoolEntry
class the type of four data members has been changed from uint64_t
to int64_t
. The type of getters, uint64_t
, remains unchanged.
In CTxMemPool::UpdateAncestorsOf()
the only expression was needed to be reworked (the result looks a bit ugly, I’m still open for suggestions).