mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Fix CI-detected codespell warnings
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
virtual bool WithEncryptionKey(std::function<bool (const CKeyingMaterial&)> cb) const = 0;
|
||||
virtual bool HasEncryptionKeys() const = 0;
|
||||
virtual bool IsLocked() const = 0;
|
||||
//! Callback function for after TopUp completes containining any scripts that were added by a SPKMan
|
||||
//! Callback function for after TopUp completes containing any scripts that were added by a SPKMan
|
||||
virtual void TopUpCallback(const std::set<CScript>&, ScriptPubKeyMan*) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user