This commit is contained in:
JoelKatz
2012-05-30 22:14:41 -07:00
parent 5bf9005b06
commit 9fbc47ccbb

View File

@@ -117,8 +117,7 @@ message TMHaveTransactionSet {
// Used to sign a final closed ledger after reprocessing
message TMValidation {
required bytes validation = 1; // in SerializedValidation form
required bytes signature = 2;
required bytes validation = 1; // in SerializedValidation signed form
}