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 Authored by Fabien on Mar 11 2020, 22:26. 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] |