MCPcopy Create free account
hub / github.com/LUX-Core/lux / SetCrypted

Method SetCrypted

src/crypter.cpp:188–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188bool CCryptoKeyStore::SetCrypted()
189{
190 LOCK(cs_KeyStore);
191 if (fUseCrypto)
192 return true;
193 if (!mapKeys.empty())
194 return false;
195 fUseCrypto = true;
196 return true;
197}
198
199bool CCryptoKeyStore::IsLocked() const
200{

Callers 2

EncryptHDChainMethod · 0.45
DecryptHDChainMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected