| 3408 | } |
| 3409 | |
| 3410 | LegacyScriptPubKeyMan *CWallet::GetOrCreateLegacyScriptPubKeyMan() { |
| 3411 | SetupLegacyScriptPubKeyMan(); |
| 3412 | return GetLegacyScriptPubKeyMan(); |
| 3413 | } |
| 3414 | |
| 3415 | void CWallet::SetupLegacyScriptPubKeyMan() { |
| 3416 | if (!m_internal_spk_managers.empty() || !m_external_spk_managers.empty() || |
no outgoing calls