MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / isCrypted

Method isCrypted

src/interfaces/wallet.cpp:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 return m_wallet.EncryptWallet(wallet_passphrase);
125 }
126 bool isCrypted() override { return m_wallet.IsCrypted(); }
127 bool lock() override { return m_wallet.Lock(); }
128 bool unlock(const SecureString& wallet_passphrase) override { return m_wallet.Unlock(wallet_passphrase); }
129 bool isLocked() override { return m_wallet.IsLocked(); }

Callers 1

getEncryptionStatusMethod · 0.80

Calls 1

IsCryptedMethod · 0.80

Tested by

no test coverage detected