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

Method SetBlindingPubKey

src/wallet/wallet.cpp:2606–2610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2604}
2605
2606void ReserveDestination::SetBlindingPubKey(const CPubKey& blinding_pubkey, CTxDestination& dest)
2607{
2608 std::visit(SetBlindingPubKeyVisitor(blinding_pubkey), address);
2609 dest = address;
2610}
2611
2612void ReserveDestination::KeepDestination()
2613{

Callers 1

Calls 1

Tested by

no test coverage detected