aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/scriptpubkeyman.h
diff options
context:
space:
mode:
authorBushstar <bushsolo@gmail.com>2023-03-20 11:41:52 +0000
committerBushstar <bushsolo@gmail.com>2023-03-20 11:41:52 +0000
commit1869310f3cfa4ab26b5090d8a4002eefdc84870e (patch)
treefa9bb4060fa845256b22f877900a1eb6e258e11e /src/wallet/scriptpubkeyman.h
parentdb03248070f39d795b64894c312311df33521427 (diff)
downloadbitcoin-1869310f3cfa4ab26b5090d8a4002eefdc84870e.tar.xz
refactor: remove unused param from legacy pubkey
Diffstat (limited to 'src/wallet/scriptpubkeyman.h')
-rw-r--r--src/wallet/scriptpubkeyman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/scriptpubkeyman.h b/src/wallet/scriptpubkeyman.h
index 4d14325241..42407173c3 100644
--- a/src/wallet/scriptpubkeyman.h
+++ b/src/wallet/scriptpubkeyman.h
@@ -334,7 +334,7 @@ private:
std::map<int64_t, CKeyID> m_index_to_reserved_key;
//! Fetches a key from the keypool
- bool GetKeyFromPool(CPubKey &key, const OutputType type, bool internal = false);
+ bool GetKeyFromPool(CPubKey &key, const OutputType type);
/**
* Reserves a key from the keypool and sets nIndex to its index