Page MenuHomePhabricator

Fix type mismatch for GetVirtualSizeWith<Descendants|Ancerstors>
ClosedPublic

Authored by Fabien on Jan 19 2020, 12:14.

Details

Summary

These methods are declared to return an uint64_t but there definition
returns a size_t, which breaks the build on 32 bit platforms (and OSX
for some reason).

Test Plan
ninja check

Run the Gitian builds.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 19 2020, 13:58