diff --git a/specs/protocol/tx_format.md b/specs/protocol/tx_format.md index 53ea336c..9f4db3d4 100644 --- a/specs/protocol/tx_format.md +++ b/specs/protocol/tx_format.md @@ -53,6 +53,7 @@ Transaction is invalid if: - `inputsCount > MAX_INPUTS` - `outputsCount > MAX_OUTPUTS` - `witnessesCount > MAX_WITNESSES` +- No inputs are of type `InputType.Coin` - More than one output is of type `OutputType.Change` for any color in the input set - Any output is of type `OutputType.Change` for any color not in the input set