MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / KeypoolCountExternalKeys

Method KeypoolCountExternalKeys

src/wallet/wallet.cpp:3320–3324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3318}
3319
3320size_t CWallet::KeypoolCountExternalKeys()
3321{
3322 AssertLockHeld(cs_wallet); // setExternalKeyPool
3323 return setExternalKeyPool.size() + set_pre_split_keypool.size();
3324}
3325
3326void CWallet::LoadKeyPool(int64_t nIndex, const CKeyPool &keypool)
3327{

Callers 1

getwalletinfoFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected