mirror of https://github.com/bitcoin/bitcoin.git
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:
parent
fad009af49
commit
fa69c5b170
|
@ -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++
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue