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

Method GetKeyPoolSize

src/wallet.h:754–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752 bool UpdatedTransaction(const uint256& hashTx);
753
754 unsigned int GetKeyPoolSize()
755 {
756 AssertLockHeld(cs_wallet); // set{Ex,In}ternalKeyPool
757 return setInternalKeyPool.size() + setExternalKeyPool.size();
758 }
759
760 bool SetDefaultKey(const CPubKey& vchPubKey);
761

Callers 2

keypoolrefillFunction · 0.80
getinfoFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected