Skip to content

Commit 307215b

Browse files
committed
doc: clarify that BDB is only required for the legacy wallet
1 parent a17df4e commit 307215b

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)