mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
doc: Clarify WalletStorage / Wallet relation
Suggested by MarcoFalke <falke.marco@gmail.com> https://github.com/bitcoin/bitcoin/pull/17260#discussion_r340031507
This commit is contained in:
parent
628d11b2ba
commit
2632b1f124
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user