aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorSishir Giri <sishirg27@gmail.com>2020-10-12 14:05:24 -0700
committerSishir Giri <sishirg27@gmail.com>2020-11-16 13:22:42 -0800
commit963696288955dc31b3a4fd136bfb791a9d99755b (patch)
tree4b2e6c80534717624f5a26f4801be250c8dc9973 /src/wallet/wallet.h
parent543693b92b954d186cb466a2f14b480f3bcf8c0b (diff)
downloadbitcoin-963696288955dc31b3a4fd136bfb791a9d99755b.tar.xz
[upgradewallet] removed unused warning param
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 00e0e3c84d..acd0e7937f 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -1201,7 +1201,7 @@ public:
};
/** Upgrade the wallet */
- bool UpgradeWallet(int version, bilingual_str& error, std::vector<bilingual_str>& warnings);
+ bool UpgradeWallet(int version, bilingual_str& error);
//! Returns all unique ScriptPubKeyMans in m_internal_spk_managers and m_external_spk_managers
std::set<ScriptPubKeyMan*> GetActiveScriptPubKeyMans() const;