Page MenuHomePhabricator

Link univalue in the seeder
ClosedPublic

Authored by deadalnix on Apr 29 2020, 19:43.

Details

Summary

As it turns out, util depends on univalue, so it should be linked in.

The only reason it doesn't fail right now is that the linker is able to cull dead symbol that uses it before symbol resolution, which is 100% implementation defined.

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
seederunivalue
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10486
Build 18791: Default Diff Build & Tests
Build 18790: arc lint + arc unit