| 3561 | } |
| 3562 | |
| 3563 | bool CWallet::WithEncryptionKey(std::function<bool (const CKeyingMaterial&)> cb) const |
| 3564 | { |
| 3565 | LOCK(cs_wallet); |
| 3566 | return cb(vMasterKey); |
| 3567 | } |
| 3568 | |
| 3569 | bool CWallet::HasEncryptionKeys() const |
| 3570 | { |
no outgoing calls
no test coverage detected