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