fix for more common masternode list api
This commit is contained in:
+2
-2
@@ -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'){
|
||||
|
||||
Reference in New Issue
Block a user