Skip to content

Commit

Permalink
fixup! cmake: Add wallet functionality
Browse files Browse the repository at this point in the history
Source files reordered using C locale.
  • Loading branch information
hebasto committed Aug 10, 2024
1 parent 1a74edc commit 43ba665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ add_library(bitcoin_wallet STATIC EXCLUDE_FROM_ALL
rpc/backup.cpp
rpc/coins.cpp
rpc/encrypt.cpp
rpc/spend.cpp
rpc/signmessage.cpp
rpc/spend.cpp
rpc/transactions.cpp
rpc/util.cpp
rpc/wallet.cpp
Expand Down

0 comments on commit 43ba665

Please sign in to comment.