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

Method WriteSpecificBlindingKey

src/wallet/walletdb.cpp:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317bool WalletBatch::WriteSpecificBlindingKey(const CScriptID& scriptid, const uint256& key) {
318 return WriteIC(std::make_pair(std::string("specificblindingkey"), scriptid), key);
319}
320// end ELEMENTS
321
322bool WalletBatch::WriteLockedUTXO(const COutPoint& output)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected