mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
typo in df879f57
This commit is contained in:
parent
29574248b1
commit
960190674b
@ -225,7 +225,7 @@ bool CZMQPublishHashGovernanceVoteNotifier::NotifyGovernanceVote(const CGovernan
|
||||
char data[32];
|
||||
auto hashData = hash.begin();
|
||||
for (unsigned int i = 0; i < 32; i++)
|
||||
data[31 - i] = dashData[i];
|
||||
data[31 - i] = hashData[i];
|
||||
return SendMessage(MSG_GVOTE, data, 32);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user