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

Method WriteMasterKey

src/walletdb.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool CWalletDB::WriteMasterKey(unsigned int nID, const CMasterKey& kMasterKey)
131{
132 nWalletDBUpdateCounter++;
133 return Write(std::make_pair(std::string("mkey"), nID), kMasterKey, true);
134}
135
136bool CWalletDB::WriteCScript(const uint160& hash, const CScript& redeemScript)
137{

Callers 2

EncryptWalletMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected