Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Jan 18, 2024
1 parent 6da711e commit 15e98fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/blsct/wallet/txfactory_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BOOST_FIXTURE_TEST_CASE(ismine_test, TestingSetup)
wallet::DatabaseOptions options;
options.create_flags |= wallet::WALLET_FLAG_BLSCT;

std::shared_ptr<wallet::CWallet> wallet(new wallet::CWallet(m_node.chain.get(), "", wallet::CreateMockableWalletDatabase()));
auto wallet = std::make_unique<wallet::CWallet>(m_node.chain.get(), "", wallet::CreateMockableWalletDatabase());

LOCK(wallet->cs_wallet);
auto blsct_km = wallet->GetOrCreateBLSCTKeyMan();
Expand Down

0 comments on commit 15e98fc

Please sign in to comment.