aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
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.cpp
parent543693b92b954d186cb466a2f14b480f3bcf8c0b (diff)
downloadbitcoin-963696288955dc31b3a4fd136bfb791a9d99755b.tar.xz
[upgradewallet] removed unused warning param
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index e1f34fbcf9..f757f89fef 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -4122,7 +4122,7 @@ const CAddressBookData* CWallet::FindAddressBookEntry(const CTxDestination& dest
return &address_book_it->second;
}
-bool CWallet::UpgradeWallet(int version, bilingual_str& error, std::vector<bilingual_str>& warnings)
+bool CWallet::UpgradeWallet(int version, bilingual_str& error)
{
int prev_version = GetVersion();
int nMaxVersion = version;