error message change

This commit is contained in:
William Banfield
2022-03-11 12:00:56 -05:00
parent 6ce11e5e5e
commit 4d8e81a1f5
+1 -1
View File
@@ -275,7 +275,7 @@ func (rpp *ResponsePrepareProposal) Validate(maxSizeBytes int64, otxs [][]byte)
}
} else {
if tr.Action == TxRecord_REMOVED || tr.Action == TxRecord_UNMODIFIED {
return fmt.Errorf("new transaction incorrectly marked as %s", tr.Action.String())
return fmt.Errorf("unmodified transaction incorrectly marked as %s", tr.Action.String())
}
}
if tr.Action == TxRecord_UNKNOWN {