```
CWallet::Create() notifies about wallet loading too early, that results the notification goes before DescriptorScriptPubKeyMans were created and added to an encrypted wallet.
```
Backport of [[https://github.com/bitcoin/bitcoin/pull/24711 | core#24711]].
Depends on D17980.