Skip to content

Commit 2320d31

Browse files
committed
Merge bitcoin/bitcoin#24608: doc: clarify that BDB is only required for the legacy wallet in build-unix.md
307215b doc: clarify that BDB is only required for the legacy wallet (fanquake) Pull request description: ACKs for top commit: gruve-p: ACK bitcoin/bitcoin@307215b darosior: ACK 307215b Tree-SHA512: d77d013831e3e76a596603fbea80958c1cf4d3e65591debd66cd4f5ff77300dae7e81df8e7d79f3f4d2e561bb3e8090434b704586e2568ca8e89ba8196de173c
2 parents 66e2d21 + 307215b commit 2320d31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/build-unix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ from the root of the repository.
209209

210210
Otherwise, you can build Bitcoin Core from self-compiled [depends](/depends/README.md).
211211

212-
**Note**: You only need Berkeley DB if the wallet is enabled (see [*Disable-wallet mode*](#disable-wallet-mode)).
212+
**Note**: You only need Berkeley DB if the legacy wallet is enabled (see [*Disable-wallet mode*](#disable-wallet-mode)).
213213

214214
Security
215215
--------
@@ -259,12 +259,12 @@ Hardening enables the following features:
259259

260260
Disable-wallet mode
261261
--------------------
262-
When the intention is to run only a P2P node without a wallet, Bitcoin Core may be compiled in
263-
disable-wallet mode with:
262+
When the intention is to only run a P2P node, without a wallet, Bitcoin Core can
263+
be compiled in disable-wallet mode with:
264264

265265
./configure --disable-wallet
266266

267-
In this case there is no dependency on Berkeley DB 4.8 and SQLite.
267+
In this case there is no dependency on SQLite or Berkeley DB.
268268

269269
Mining is also possible in disable-wallet mode using the `getblocktemplate` RPC call.
270270

0 commit comments

Comments
 (0)