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

Method KeepDestination

src/wallet/wallet.cpp:2612–2619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2610}
2611
2612void ReserveDestination::KeepDestination()
2613{
2614 if (nIndex != -1) {
2615 m_spk_man->KeepDestination(nIndex, type);
2616 }
2617 nIndex = -1;
2618 address = CNoDestination();
2619}
2620
2621void ReserveDestination::ReturnDestination()
2622{

Callers 2

spend.cppFile · 0.45

Calls 1

CNoDestinationClass · 0.85

Tested by

no test coverage detected