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
Lint
Lint Not Applicable
Unit
Tests Not Applicable