mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
test: [refactor] Pass TestOpts
This commit is contained in:
@@ -23,8 +23,8 @@ class EnvTestingSetup : public BasicTestingSetup
|
||||
{
|
||||
public:
|
||||
explicit EnvTestingSetup(const ChainType chainType = ChainType::MAIN,
|
||||
const std::vector<const char*>& extra_args = {})
|
||||
: BasicTestingSetup{chainType, extra_args},
|
||||
TestOpts opts = {})
|
||||
: BasicTestingSetup{chainType, opts},
|
||||
m_prev_log_level{LogInstance().LogLevel()},
|
||||
m_create_sock_orig{CreateSock}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user