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::string ToString() const
|
||||||
{
|
{
|
||||||
std::ostringstream ostr;
|
std::ostringstream ostr;
|
||||||
ostr << vinMasternode.ToString() << ":"
|
ostr << vinMasternode.prevout.ToStringShort() << ":"
|
||||||
<< nTime << ":"
|
<< nTime << ":"
|
||||||
<< CGovernanceVoting::ConvertOutcomeToString(GetOutcome()) << ":"
|
<< CGovernanceVoting::ConvertOutcomeToString(GetOutcome()) << ":"
|
||||||
<< CGovernanceVoting::ConvertSignalToString(GetSignal());
|
<< CGovernanceVoting::ConvertSignalToString(GetSignal());
|
||||||
|
Loading…
Reference in New Issue
Block a user