Fix rpc c++ tests
This commit is contained in:
@@ -46,7 +46,7 @@ UniValue CallRPC(string args)
|
|||||||
BOOST_CHECK(tableRPC[strMethod]);
|
BOOST_CHECK(tableRPC[strMethod]);
|
||||||
rpcfn_type method = tableRPC[strMethod]->actor;
|
rpcfn_type method = tableRPC[strMethod]->actor;
|
||||||
try {
|
try {
|
||||||
UniValue result = (*method)(params, false);
|
UniValue result = (*method)(params, false, CPubKey());
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
catch (const UniValue& objError) {
|
catch (const UniValue& objError) {
|
||||||
|
|||||||
Reference in New Issue
Block a user