doc: Remove -disablewallet from dev notes

No setting should crash. Most settings are tested as part of the
functional test suite, including -disablewallet.
This commit is contained in:
MarcoFalke 2025-05-20 17:35:10 +02:00
parent fad009af49
commit fa69c5b170
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -879,11 +879,6 @@ Note that the format strings and parameters of `LogDebug` and `LogTrace`
are only evaluated if the logging category is enabled, so you must be
careful to avoid side-effects in those expressions.
Wallet
-------
- Make sure that no crashes happen with run-time option `-disablewallet`.
General C++
-------------