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