Page MenuHomePhabricator

Restrict CTransaction size assertion to x86
ClosedPublic

Authored by jasonbcox on Jul 24 2019, 20:00.

Details

Summary

D3700 breaks Gitian builds since the class size may not match our expectations on x86.
This patch restricts the check to x86 since the class sizes on each architecture is not critical.

Also add an assert message to silence a warning that there isn't one.

Test Plan

make check
TeamCity Gitian Build

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.Jul 24 2019, 23:37