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

Method ReturnDestination

src/wallet/wallet.cpp:2621–2628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2619}
2620
2621void ReserveDestination::ReturnDestination()
2622{
2623 if (nIndex != -1) {
2624 m_spk_man->ReturnDestination(nIndex, fInternal, address);
2625 }
2626 nIndex = -1;
2627 address = CNoDestination();
2628}
2629
2630bool CWallet::DisplayAddress(const CTxDestination& dest)
2631{

Callers 1

spend.cppFile · 0.45

Calls 1

CNoDestinationClass · 0.85

Tested by

no test coverage detected