refactor: remove unused param from legacy pubkey

This commit is contained in:
Bushstar
2023-03-20 11:41:52 +00:00
parent db03248070
commit 1869310f3c
2 changed files with 5 additions and 5 deletions

View File

@@ -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