diff options
author | Jon Atack <jon@atack.com> | 2022-05-06 18:09:21 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-05-06 18:29:59 +0200 |
commit | 370120ec2ff4b5e7d5cd6678a7be7cfe651be509 (patch) | |
tree | f6903edb6ebd697ce3df05250f3ca8619fb799d7 /doc/developer-notes.md | |
parent | 59ac8bacd573891d84e8ab96ff43ea12bd266f26 (diff) |
Remove obsolete BDB ENABLE_WALLET section in developer notes
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r-- | doc/developer-notes.md | 4 |
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++ ------------- |