mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
Merge bitcoin/bitcoin#25013: Remove cs_main from verifymessage, move msg utils to new file
fa60169811rpc: Move signmessage RPC util to new file (MacroFake)fa9425177eRemove cs_main from verifymessage (MacroFake) Pull request description: The `verifymessage` RPC has several issues: * It takes `cs_main` for no reason, blocking progress on removing the `cs_main` global mutex. * It is located in a file called `misc`, which is not a very helpful name. Fix all issues. ACKs for top commit: vincenzopalazzo: ACKfa60169811Tree-SHA512: c71a1f481b828e0a544405fecbbc7ca44e66ea46b498d7aed1f1c584d6a99724deb13e89d90b9d5cdeecbce293e6a41e9f7ae299543f6d761bf9e7a839b6c7f3
This commit is contained in:
@@ -386,6 +386,7 @@ libbitcoin_node_a_SOURCES = \
|
||||
rpc/rawtransaction.cpp \
|
||||
rpc/server.cpp \
|
||||
rpc/server_util.cpp \
|
||||
rpc/signmessage.cpp \
|
||||
rpc/txoutproof.cpp \
|
||||
script/sigcache.cpp \
|
||||
shutdown.cpp \
|
||||
|
||||
Reference in New Issue
Block a user