We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25a4f5 commit b30fb42Copy full SHA for b30fb42
src/wallet/test/wallet_test_fixture.cpp
@@ -10,7 +10,7 @@ WalletTestingSetup::WalletTestingSetup(const std::string& chainName):
10
bitdb.MakeMock();
11
12
bool fFirstRun;
13
- pwalletMain = new CWallet("wallet.dat");
+ pwalletMain = new CWallet("wallet_test.dat");
14
pwalletMain->LoadWallet(fFirstRun);
15
RegisterValidationInterface(pwalletMain);
16
0 commit comments