fix for more common masternode list api

This commit is contained in:
joeuhren
2019-10-01 19:27:44 -06:00
parent 661a29c0fe
commit 16ac95cec3
+2 -2
View File
@@ -109,8 +109,8 @@ module.exports = function(){
}
if(method_name == 'getmasternodelist'){
method_name = 'masternodelist'
params.push('full');
method_name = 'masternode'
params.push('list');
}
if(method_name == 'getmasternodecountonline'){