Refactoring: all cases of using (uint32_t) -1 in COutPoint class are replaced with const; also all remaining instances of (UNSIGNED)-1 transformed to std::numeric_limits<UNSIGNED>::max() (by @practicalswift).
Backport of core PR14838.
Differential D5464
Use const in COutPoint class Fabien on Mar 11 2020, 22:26. Authored by Tags None Subscribers None
Details
Refactoring: all cases of using (uint32_t) -1 in COutPoint class are replaced with const; also all remaining instances of (UNSIGNED)-1 transformed to std::numeric_limits<UNSIGNED>::max() (by @practicalswift). Backport of core PR14838. ninja check
Diff Detail
Event TimelineComment Actions [Bot Message] |