diff --git a/src/rpcmasternode.cpp b/src/rpcmasternode.cpp index ba3996246..13a6a8ca2 100644 --- a/src/rpcmasternode.cpp +++ b/src/rpcmasternode.cpp @@ -508,7 +508,7 @@ UniValue masternodelist(const UniValue& params, bool fHelp) obj.push_back(Pair(strOutpoint, strAddress)); } else if (strMode == "full") { std::ostringstream streamFull; - streamFull << std::setw(9) << + streamFull << std::setw(15) << mn.GetStatus() << " " << mn.nProtocolVersion << " " << CBitcoinAddress(mn.pubKeyCollateralAddress.GetID()).ToString() << " " <<