verifymessage added to api cmd settings

This commit is contained in:
joeuhren
2020-12-21 18:12:40 -07:00
parent 4a084cdfe1
commit dfbd2d9046
6 changed files with 53 additions and 17 deletions
+3
View File
@@ -188,6 +188,9 @@ module.exports = function(){
}
}
}
var cmd = prepareRpcCommand(settings.api_cmds.verifymessage, params);
method_name = cmd.method;
params = cmd.parameters;
break;
case 'sendmany':
var after_account = false;