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
Branch
assertonx86
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6947
Build 11941: Bitcoin ABC Buildbot (legacy)
Build 11940: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 24 2019, 23:37