Skip to content

Commit

Permalink
Shorten MN outpoint output from getvotes (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarley authored and UdjinM6 committed Jan 31, 2018
1 parent 5046378 commit 5a5f618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/governance-vote.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class CGovernanceVote
std::string ToString() const
{
std::ostringstream ostr;
ostr << vinMasternode.ToString() << ":"
ostr << vinMasternode.prevout.ToStringShort() << ":"
<< nTime << ":"
<< CGovernanceVoting::ConvertOutcomeToString(GetOutcome()) << ":"
<< CGovernanceVoting::ConvertSignalToString(GetSignal());
Expand Down

0 comments on commit 5a5f618

Please sign in to comment.