diff --git a/src/newcoin.proto b/src/newcoin.proto index 7a49e03c95..e9ff33b5b3 100644 --- a/src/newcoin.proto +++ b/src/newcoin.proto @@ -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 }