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