diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -198,7 +198,7 @@ std::shared_ptr shared_pblock = std::make_shared(block); - ProcessNewBlock(GetConfig(), shared_pblock, true, nullptr); + ProcessNewBlock(config, shared_pblock, true, nullptr); CBlock result = block; return result;