File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 14
14
#include < key_io.h>
15
15
#include < node/context.h>
16
16
#include < outputtype.h>
17
- #include < rpc/blockchain.h>
18
17
#include < rpc/server.h>
19
18
#include < rpc/server_util.h>
20
19
#include < rpc/util.h>
21
20
#include < scheduler.h>
22
21
#include < script/descriptor.h>
22
+ #include < univalue.h>
23
23
#include < util/check.h>
24
24
#include < util/message.h> // For MessageSign(), MessageVerify()
25
25
#include < util/strencodings.h>
33
33
#include < malloc.h>
34
34
#endif
35
35
36
- #include < univalue.h>
37
-
38
36
using node::NodeContext;
39
37
40
38
static RPCHelpMan validateaddress ()
@@ -335,8 +333,6 @@ static RPCHelpMan verifymessage()
335
333
},
336
334
[&](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue
337
335
{
338
- LOCK (cs_main);
339
-
340
336
std::string strAddress = request.params [0 ].get_str ();
341
337
std::string strSign = request.params [1 ].get_str ();
342
338
std::string strMessage = request.params [2 ].get_str ();
You can’t perform that action at this time.
0 commit comments