Page MenuHomePhabricator

Fix for mismatched extern definition in wallet test
ClosedPublic

Authored by Fabien on May 23 2019, 12:46.

Details

Summary
The extern declarations are using a raw pointer which doesn't match the
source variable's std::unqiue_ptr.

Backport of core PR11713
https://github.com/bitcoin/bitcoin/pull/11713/files

Completes T660

Test Plan
make check

Diff Detail

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