Remove priv option for ToNormalizedString

This commit is contained in:
Andrew Chow
2021-04-22 14:40:23 -04:00
parent 74fede3b8b
commit 75530c93a8
7 changed files with 17 additions and 24 deletions

View File

@@ -630,7 +630,7 @@ public:
const WalletDescriptor GetWalletDescriptor() const EXCLUSIVE_LOCKS_REQUIRED(cs_desc_man);
const std::vector<CScript> GetScriptPubKeys() const;
bool GetDescriptorString(std::string& out, bool priv) const;
bool GetDescriptorString(std::string& out) const;
void UpgradeDescriptorCache();
};