0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

Remove obsolete BDB ENABLE_WALLET section in developer notes

This commit is contained in:
Jon Atack 2022-05-06 18:09:21 +02:00
parent 59ac8bacd5
commit 370120ec2f

View file

@ -657,10 +657,6 @@ Wallet
- Make sure that no crashes happen with run-time option `-disablewallet`.
- Include `db_cxx.h` (BerkeleyDB header) only when `ENABLE_WALLET` is set.
- *Rationale*: Otherwise compilation of the disable-wallet build will fail in environments without BerkeleyDB.
General C++
-------------