Skip to content

Commit 2632b1f

Browse files
committed
doc: Clarify WalletStorage / Wallet relation
Suggested by MarcoFalke <[email protected]> bitcoin/bitcoin#17260 (comment)
1 parent 628d11b commit 2632b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/scriptpubkeyman.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enum class OutputType;
2020
// It provides access to things that are part of the entire wallet and not specific to a ScriptPubKeyMan such as
2121
// wallet flags, wallet version, encryption keys, encryption status, and the database itself. This allows a
2222
// ScriptPubKeyMan to have callbacks into CWallet without causing a circular dependency.
23-
// WalletStorage should be the same for all ScriptPubKeyMans.
23+
// WalletStorage should be the same for all ScriptPubKeyMans of a wallet.
2424
class WalletStorage
2525
{
2626
public:

0 commit comments

Comments
 (0)