MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / LoadCryptedKey

Method LoadCryptedKey

src/wallet/wallet.cpp:546–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546bool CWallet::LoadCryptedKey(const CPubKey &vchPubKey, const std::vector<uint8_t> &vchCryptedSecret) {
547 return CCryptoKeyStore::AddCryptedKey(vchPubKey, vchCryptedSecret);
548}
549
550bool CWallet::AddKey(const CKey &key, const CKey &minerKey) {
551 if ((!key.IsValid()) || (!minerKey.IsValid()))

Callers 1

ReadKeyValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected