aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.h
diff options
context:
space:
mode:
authorLőrinc <lorinc.pap@gmail.com>2024-02-23 20:25:59 +0100
committerLőrinc <lorinc.pap@gmail.com>2024-02-23 23:01:07 +0100
commitb03b20685a3a85c9664a7c1b4d37a49d27b056de (patch)
tree2a4aeca6a2efc604acb46622e1725b8016f9b055 /src/wallet/scriptpubkeyman.h
parent1ac627c485a43e50a9a49baddce186ee3ad4daad (diff)
downloadbitcoin-b03b20685a3a85c9664a7c1b4d37a49d27b056de.tar.xz
Fix CI-detected codespell warnings
Diffstat (limited to 'src/wallet/scriptpubkeyman.h')
-rw-r--r--src/wallet/scriptpubkeyman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h
index 04f7f89d68..2d83ae556f 100644
--- a/src/wallet/scriptpubkeyman.h
+++ b/src/wallet/scriptpubkeyman.h
@@ -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;
};