Skip to content

Commit

Permalink
testing if getmnstatus works
Browse files Browse the repository at this point in the history
  • Loading branch information
Shangaman committed Nov 4, 2022
1 parent 8d5532f commit be0f61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function GetMnStatus(txid){
'content-type': 'text/plain;',
'Authorization': 'Basic ' + encodeBase64('masternode_test:p')
},
body: '{"jsonrpc": "1.0", "id":"curltest", "method": "listmasternodes", "params": ['+String(txid)+'] }'});
body: '{"jsonrpc": "1.0", "id":"curltest", "method": "listmasternodes", "params": [786838cb44d40ba5c4d97ad242a485868ea60cb4def40b1fe400cc61639d1471] }'});
return output.text()
}catch(error){
if (error.name === 'AbortError') {
Expand Down

0 comments on commit be0f61f

Please sign in to comment.