Skip to content

Commit

Permalink
Update wallet.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan authored Apr 3, 2024
1 parent 4a40c15 commit 6ba42bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ std::shared_ptr<CWallet> LoadWalletInternal(interfaces::Chain& chain, const std:

// Legacy wallets are being deprecated, warn if the loaded wallet is legacy
if (!wallet->IsWalletFlagSet(WALLET_FLAG_DESCRIPTORS)) {
warnings.push_back(_("Wallet loaded successfully. The legacy wallet type is being deprecated and support for opening legacy wallets will be removed in the future."));
warnings.push_back(_("The legacy wallet type is being deprecated and support for opening legacy wallets will be removed in the future."));
}

AddWallet(wallet);
Expand Down

0 comments on commit 6ba42bd

Please sign in to comment.