mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 08:31:49 +01:00
tidy: modernize-use-equals-default
This commit is contained in:
@@ -65,7 +65,7 @@ using WalletValueMap = std::map<std::string, std::string>;
|
||||
class Wallet
|
||||
{
|
||||
public:
|
||||
virtual ~Wallet() {}
|
||||
virtual ~Wallet() = default;
|
||||
|
||||
//! Encrypt wallet.
|
||||
virtual bool encryptWallet(const SecureString& wallet_passphrase) = 0;
|
||||
|
||||
Reference in New Issue
Block a user