diff options
author | Andrew Chow <achow101-github@achow101.com> | 2021-04-22 14:40:23 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2021-06-24 13:49:22 -0400 |
commit | 75530c93a83f3e94bcb78b6aa463c5570c1e737e (patch) | |
tree | 302ca6852f02536c966dffd622fde17466b755d3 /src/wallet/scriptpubkeyman.h | |
parent | 74fede3b8ba69e2cc82c617cdf406ab79df58825 (diff) |
Remove priv option for ToNormalizedString
Diffstat (limited to 'src/wallet/scriptpubkeyman.h')
-rw-r--r-- | src/wallet/scriptpubkeyman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h index c491fd58aa..3b78d92dff 100644 --- a/src/wallet/scriptpubkeyman.h +++ b/src/wallet/scriptpubkeyman.h @@ -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(); }; |