| 3572 | } |
| 3573 | |
| 3574 | bool CWallet::HaveCryptedKeys() const |
| 3575 | { |
| 3576 | for (const auto& spkm : GetAllScriptPubKeyMans()) { |
| 3577 | if (spkm->HaveCryptedKeys()) return true; |
| 3578 | } |
| 3579 | return false; |
| 3580 | } |
| 3581 | |
| 3582 | void CWallet::ConnectScriptPubKeyManNotifiers() |
| 3583 | { |