MCPcopy Create free account
hub / github.com/LUX-Core/lux / KeypoolCountInternalKeys

Method KeypoolCountInternalKeys

src/wallet.cpp:3592–3596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3590}
3591
3592size_t CWallet::KeypoolCountInternalKeys()
3593{
3594 AssertLockHeld(cs_wallet); // setInternalKeyPool
3595 return setInternalKeyPool.size();
3596}
3597/*
3598void CWallet::LoadKeyPool(int64_t nIndex, const CKeyPool &keypool)
3599{

Callers 2

getwalletinfoFunction · 0.80
AppInit2Function · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected