| 3617 | } |
| 3618 | |
| 3619 | void CWallet::SetupDescriptorScriptPubKeyMans(WalletBatch& batch, const CExtKey& master_key) |
| 3620 | { |
| 3621 | AssertLockHeld(cs_wallet); |
| 3622 | for (bool internal : {false, true}) { |
| 3623 | for (OutputType t : OUTPUT_TYPES) { |
| 3624 | SetupDescriptorScriptPubKeyMan(batch, master_key, t, internal); |
| 3625 | } |
| 3626 | } |
| 3627 | } |
| 3628 | |
| 3629 | void CWallet::SetupOwnDescriptorScriptPubKeyMans(WalletBatch& batch) |
| 3630 | { |