From 2632b1f12466f970b667b42f462a6503df88e128 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Tue, 29 Oct 2019 12:23:47 -0400 Subject: doc: Clarify WalletStorage / Wallet relation Suggested by MarcoFalke https://github.com/bitcoin/bitcoin/pull/17260#discussion_r340031507 --- src/wallet/scriptpubkeyman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h index 55184098b7..16a5c9b979 100644 --- a/src/wallet/scriptpubkeyman.h +++ b/src/wallet/scriptpubkeyman.h @@ -20,7 +20,7 @@ enum class OutputType; // It provides access to things that are part of the entire wallet and not specific to a ScriptPubKeyMan such as // wallet flags, wallet version, encryption keys, encryption status, and the database itself. This allows a // ScriptPubKeyMan to have callbacks into CWallet without causing a circular dependency. -// WalletStorage should be the same for all ScriptPubKeyMans. +// WalletStorage should be the same for all ScriptPubKeyMans of a wallet. class WalletStorage { public: -- cgit v1.2.3