diff options
author | fanquake <fanquake@gmail.com> | 2022-04-29 12:07:01 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-04-29 12:20:10 +0100 |
commit | 91ac12be44262deaeb918c67495dd16717548144 (patch) | |
tree | 867e0129afd0412bbbb219a684b7887ab4ece307 /src/chainparamsbase.h | |
parent | 91a67361364691e765982d6d6f6dafc032423aea (diff) | |
parent | fa60169811d6991a116bd37e1ff58049d2beee77 (diff) |
Merge bitcoin/bitcoin#25013: Remove cs_main from verifymessage, move msg utils to new file
fa60169811d6991a116bd37e1ff58049d2beee77 rpc: Move signmessage RPC util to new file (MacroFake)
fa9425177e6be2c53fb5c1333636fa4d678ab401 Remove 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:
ACK https://github.com/bitcoin/bitcoin/pull/25013/commits/fa60169811d6991a116bd37e1ff58049d2beee77
Tree-SHA512: c71a1f481b828e0a544405fecbbc7ca44e66ea46b498d7aed1f1c584d6a99724deb13e89d90b9d5cdeecbce293e6a41e9f7ae299543f6d761bf9e7a839b6c7f3
Diffstat (limited to 'src/chainparamsbase.h')
0 files changed, 0 insertions, 0 deletions