Shorten MN outpoint output from getvotes (#1871)

This commit is contained in:
Nathan Marley 2018-01-31 02:56:30 -08:00 committed by UdjinM6
parent 50463788d2
commit 5a5f618726

View File

@ -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());