| 3538 | } |
| 3539 | |
| 3540 | LegacyDataSPKM* CWallet::GetOrCreateLegacyDataSPKM() |
| 3541 | { |
| 3542 | SetupLegacyScriptPubKeyMan(); |
| 3543 | return GetLegacyDataSPKM(); |
| 3544 | } |
| 3545 | |
| 3546 | void CWallet::SetupLegacyScriptPubKeyMan() |
| 3547 | { |
no outgoing calls
no test coverage detected