The libbitcoin_common library depends on libunivalue and libsecp256k1 libraries only.
Noticed while working on bitcoin/bitcoin#25797.
The libbitcoin_common library depends on libunivalue and libsecp256k1 libraries only.
Noticed while working on bitcoin/bitcoin#25797.
The `libbitcoin_common` library depends on `libunivalue` and
`libsecp256k1` libraries only.
53 | @@ -54,9 +54,6 @@ bitcoin-wallet[bitcoin-wallet]-->libbitcoin_wallet_tool; 54 | libbitcoin_cli-->libbitcoin_common; 55 | libbitcoin_cli-->libbitcoin_util; 56 | 57 | -libbitcoin_common-->libbitcoin_util; 58 | -libbitcoin_common-->libbitcoin_consensus;
I think this documents that a dependency is allowed, not enforced
Sorry, I was just wrong. Dependencies are true.