mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
wallet: make KeypoolCountExternalKeys() const
This method returns the sum of the key pool sizes. It does no modification.
This commit is contained in:
parent
ddc93557ad
commit
037fa770eb
4 changed files with 5 additions and 5 deletions
|
|
@ -459,7 +459,7 @@ int64_t LegacyScriptPubKeyMan::GetOldestKeyPoolTime()
|
|||
return oldestKey;
|
||||
}
|
||||
|
||||
size_t LegacyScriptPubKeyMan::KeypoolCountExternalKeys()
|
||||
size_t LegacyScriptPubKeyMan::KeypoolCountExternalKeys() const
|
||||
{
|
||||
LOCK(cs_KeyStore);
|
||||
return setExternalKeyPool.size() + set_pre_split_keypool.size();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue