Skip to content

Commit

Permalink
small spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed May 25, 2024
1 parent ede856a commit 52c005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/masternode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,6 @@ UniValue getactivemasternodecount (const JSONRPCRequest& request)
return obj;
}


UniValue getmasternodestatus(const JSONRPCRequest& request)
{
if (request.fHelp || (request.params.size() != 0))
Expand Down Expand Up @@ -904,6 +903,7 @@ bool DecodeHexMnb(CMasternodeBroadcast& mnb, std::string strHexMnb) {

return true;
}

UniValue createmasternodebroadcast(const JSONRPCRequest& request)
{
// wait for reindex and/or import to finish
Expand Down

0 comments on commit 52c005c

Please sign in to comment.