[cosmetic] set width 9 to 15 (#1062)
tested with PRE_ENABLED, should be ok with OUTPOINT_SPENT too
This commit is contained in:
parent
d537610047
commit
6795de7f1a
@ -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() << " " <<
|
||||
|
Loading…
Reference in New Issue
Block a user