[cosmetic] set width 9 to 15 (#1062)

tested with PRE_ENABLED, should be ok with OUTPOINT_SPENT too
This commit is contained in:
CHAE-PIL LIM 2016-10-08 01:16:27 +09:00 committed by UdjinM6
parent d537610047
commit 6795de7f1a

View File

@ -508,7 +508,7 @@ UniValue masternodelist(const UniValue& params, bool fHelp)
obj.push_back(Pair(strOutpoint, strAddress)); obj.push_back(Pair(strOutpoint, strAddress));
} else if (strMode == "full") { } else if (strMode == "full") {
std::ostringstream streamFull; std::ostringstream streamFull;
streamFull << std::setw(9) << streamFull << std::setw(15) <<
mn.GetStatus() << " " << mn.GetStatus() << " " <<
mn.nProtocolVersion << " " << mn.nProtocolVersion << " " <<
CBitcoinAddress(mn.pubKeyCollateralAddress.GetID()).ToString() << " " << CBitcoinAddress(mn.pubKeyCollateralAddress.GetID()).ToString() << " " <<