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

Method KeypoolCountExternalKeys

src/wallet.cpp:3586–3590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3584}
3585
3586size_t CWallet::KeypoolCountExternalKeys()
3587{
3588 AssertLockHeld(cs_wallet); // setExternalKeyPool
3589 return setExternalKeyPool.size();
3590}
3591
3592size_t CWallet::KeypoolCountInternalKeys()
3593{

Callers 3

getwalletinfoFunction · 0.80
AppInit2Function · 0.80
LoadWalletMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected