Skip to content

Commit dd46ac7

Browse files
heyolaniranwillcl-ark
authored andcommitted
fix: format renderred by mermaid and use flowchart TB instead
1 parent 967a96a commit dd46ac7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

library-structure.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ Bitcoin Core has a https://github.com/bitcoin/bitcoin/blob/master/doc/design/lib
1313
.Bitcoin library dependency graph
1414
[mermaid, target=bitcoion-lib-dependencies]
1515

16-
```mermaid
17-
18-
%%{ init : { "flowchart" : { "curve" : "basis" }}}%%
19-
20-
graph TD;
16+
....
17+
flowchart TB
2118
2219
bitcoin-cli[bitcoin-cli]-->libbitcoin_cli;
2320
@@ -64,7 +61,7 @@ libbitcoin_wallet_tool-->libbitcoin_util;
6461
6562
classDef bold stroke-width:2px, font-weight:bold, font-size: smaller;
6663
class bitcoin-qt,bitcoind,bitcoin-cli,bitcoin-wallet bold
67-
```
64+
....
6865
**Dependency graph**. Arrows show linker symbol dependencies. `libbitcoin_crypto` depends on nothing. `libbitcoin_util` is depended on by everything. `libbitcoin_kernel` depends only on consensus, crypto, and util.
6966

7067
It follows that API changes to the libraries which are internally-facing can be done slightly easier than for libraries with externally-facing APIs, for which more care for compatibility must be taken.

0 commit comments

Comments
 (0)