The verifymessage RPC has several issues:
- It takes
cs_mainfor no reason, blocking progress on removing thecs_mainglobal mutex. - It is located in a file called
misc, which is not a very helpful name.
Fix all issues.
The verifymessage RPC has several issues:
cs_main for no reason, blocking progress on removing the cs_main global mutex.misc, which is not a very helpful name.Fix all issues.
Can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space