aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-05-06 18:09:21 +0200
committerJon Atack <jon@atack.com>2022-05-06 18:29:59 +0200
commit370120ec2ff4b5e7d5cd6678a7be7cfe651be509 (patch)
treef6903edb6ebd697ce3df05250f3ca8619fb799d7 /doc/developer-notes.md
parent59ac8bacd573891d84e8ab96ff43ea12bd266f26 (diff)
downloadbitcoin-370120ec2ff4b5e7d5cd6678a7be7cfe651be509.tar.xz
Remove obsolete BDB ENABLE_WALLET section in developer notes
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r--doc/developer-notes.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 9b1026a375..b1bb7dc887 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -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++
-------------