We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386a994 commit 886f173Copy full SHA for 886f173
src/wallet/scriptpubkeyman.cpp
@@ -455,7 +455,7 @@ size_t LegacyScriptPubKeyMan::KeypoolCountExternalKeys()
455
unsigned int LegacyScriptPubKeyMan::GetKeyPoolSize() const
456
{
457
AssertLockHeld(cs_wallet);
458
- return setInternalKeyPool.size() + setExternalKeyPool.size();
+ return setInternalKeyPool.size() + setExternalKeyPool.size() + set_pre_split_keypool.size();
459
}
460
461
int64_t LegacyScriptPubKeyMan::GetTimeFirstKey() const
0 commit comments