Skip to content

Commit fa78ed8

Browse files
author
MarcoFalke
committed
doc: Clarify libbitcoin_consensus in design/libraries.md
1 parent 9cb9651 commit fa78ed8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/design/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
|--------------------------|-------------|
55
| *libbitcoin_cli* | RPC client functionality used by *bitcoin-cli* executable |
66
| *libbitcoin_common* | Home for common functionality shared by different executables and libraries. Similar to *libbitcoin_util*, but higher-level (see [Dependencies](#dependencies)). |
7-
| *libbitcoin_consensus* | Stable, backwards-compatible consensus functionality used by *libbitcoin_node* and *libbitcoin_wallet*. |
7+
| *libbitcoin_consensus* | Consensus functionality used by *libbitcoin_node* and *libbitcoin_wallet*. |
88
| *libbitcoin_crypto* | Hardware-optimized functions for data encryption, hashing, message authentication, and key derivation. |
99
| *libbitcoin_kernel* | Consensus engine and support library used for validation by *libbitcoin_node*. |
1010
| *libbitcoinqt* | GUI functionality used by *bitcoin-qt* and *bitcoin-gui* executables. |

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ add_subdirectory(secp256k1)
7575
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7676
string(APPEND CMAKE_C_COMPILE_OBJECT " ${APPEND_CPPFLAGS} ${APPEND_CFLAGS}")
7777

78-
# Stable, backwards-compatible consensus functionality.
7978
add_library(bitcoin_consensus STATIC EXCLUDE_FROM_ALL
8079
arith_uint256.cpp
8180
consensus/merkle.cpp

0 commit comments

Comments
 (0)