Cosmetic changes.

This commit is contained in:
Arthur Britto
2012-05-05 16:46:29 -07:00
parent e7c362457e
commit f548e27e67
14 changed files with 23 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#include "SerializedValidation.h"
SOElement SerializedValidation::sValidationFormat[16] = {
SOElement SerializedValidation::sValidationFormat[] = {
{ sfFlags, "Flags", STI_UINT32, SOE_FLAGS, 0 },
{ sfLedgerHash, "LedgerHash", STI_HASH256, SOE_REQUIRED, 0 },
{ sfSigningKey, "SigningKey", STI_VL, SOE_REQUIRED, 0 },
@@ -90,3 +90,4 @@ std::vector<unsigned char> SerializedValidation::getSignature() const
{
return mSignature.peekValue();
}
// vim:ts=4