MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / WriteMasterKey

Method WriteMasterKey

src/wallet/walletdb.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151bool WalletBatch::WriteMasterKey(unsigned int nID, const CMasterKey& kMasterKey)
152{
153 return WriteIC(std::make_pair(DBKeys::MASTER_KEY, nID), kMasterKey, true);
154}
155
156bool WalletBatch::EraseMasterKey(unsigned int id)
157{

Callers 2

EncryptWalletMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected