EOL added

This commit is contained in:
PaulieD 2018-06-30 20:59:09 -05:00
parent 6a0df48370
commit 83a2b82dc4

View File

@ -233,4 +233,4 @@ bool CZMQPublishHashGovernanceObjectNotifier::NotifyGovernanceObject(const CGove
for (unsigned int i = 0; i < 32; i++)
data[31 - i] = hash.begin()[i];
return SendMessage(MSG_GOBJECT, data, 32);
}
}