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