diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-01-06 14:59:09 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-01-06 14:59:17 +0100 |
commit | ddcc518cbdb0ff8053ef8404a764367182f8da35 (patch) | |
tree | 428df37ac6597aa092b4e586e58b4c6c5cdc086f /build_msvc/msvc-autogen.py | |
parent | 70395bab4ef597c4cf20fa5edd00332c84b8a81a (diff) | |
parent | 172096e9dd5b0e04b88ffd6dc1f6d43190070e14 (diff) |
Merge bitcoin/bitcoin#23828: scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.a
172096e9dd5b0e04b88ffd6dc1f6d43190070e14 scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.a (Russell Yanofsky)
Pull request description:
Goal along with namespacing PR #23497 is to make code organization more obvious and have `src/node/` code in `node::` namespace in `libbitcoin_node.a` library
ACKs for top commit:
MarcoFalke:
cr ACK 172096e9dd5b0e04b88ffd6dc1f6d43190070e14
Tree-SHA512: a2e787eeaa3ab769b0f5376473072cae584d237aa8b67b677bea833bb36b0134a0eca17eb01722389639473b8463f4953bc3a5e4801a6b2c8965ac1075cba005
Diffstat (limited to 'build_msvc/msvc-autogen.py')
-rwxr-xr-x | build_msvc/msvc-autogen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_msvc/msvc-autogen.py b/build_msvc/msvc-autogen.py index ed4fa7ec9a..2a70cd9332 100755 --- a/build_msvc/msvc-autogen.py +++ b/build_msvc/msvc-autogen.py @@ -15,7 +15,7 @@ libs = [ 'libbitcoin_cli', 'libbitcoin_common', 'libbitcoin_crypto', - 'libbitcoin_server', + 'libbitcoin_node', 'libbitcoin_util', 'libbitcoin_wallet_tool', 'libbitcoin_wallet', |