Page MenuHomePhabricator

Fix -Wunused-const-variable in descriptor_tests.cpp
ClosedPublic

Authored by Fabien on Dec 3 2019, 09:11.

Details

Summary

The UNSOLVABLE constant is never used, due the differences in out
codebase vs core.
Keeping it commented out to avoid reusing the value and allow for
resurrecting it if needed.

Test Plan
ninja check

Ensure there is no -Wunused-const-variable warning in the output.

Diff Detail

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