Page MenuHomePhabricator

Fix struct vs class mismatch for Amount
ClosedPublic

Authored by Fabien on Jun 26 2019, 07:32.

Details

Summary

The recently introduced (D3344 and D3365) forward declarations for
class Amount conflict with the declared struct Amount from amount.h.
This throws -Wmismatched-tags warnings.

Test Plan
make check
ninja check

Make sure there is no -Wmismatched-tags warning

Diff Detail

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