MCPcopy Create free account
hub / github.com/ElementsProject/elements / WriteBlindingDerivationKey

Method WriteBlindingDerivationKey

src/wallet/walletdb.cpp:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313bool WalletBatch::WriteBlindingDerivationKey(const uint256& key) {
314 return WriteIC(std::string("blindingderivationkey"), key);
315}
316
317bool WalletBatch::WriteSpecificBlindingKey(const CScriptID& scriptid, const uint256& key) {
318 return WriteIC(std::make_pair(std::string("specificblindingkey"), scriptid), key);

Callers 1

SetMasterBlindingKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected