Shorten MN outpoint output from getvotes (#1871)
This commit is contained in:
parent
50463788d2
commit
5a5f618726
@ -151,7 +151,7 @@ public:
|
||||
std::string ToString() const
|
||||
{
|
||||
std::ostringstream ostr;
|
||||
ostr << vinMasternode.ToString() << ":"
|
||||
ostr << vinMasternode.prevout.ToStringShort() << ":"
|
||||
<< nTime << ":"
|
||||
<< CGovernanceVoting::ConvertOutcomeToString(GetOutcome()) << ":"
|
||||
<< CGovernanceVoting::ConvertSignalToString(GetSignal());
|
||||
|
Loading…
Reference in New Issue
Block a user