Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bvrooman committed Oct 17, 2023
1 parent 6226a40 commit a1dea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx-format/transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Transaction is invalid if:
- More than one input of type `InputType.Coin` for any [Coin ID](../identifiers/utxo-id.md#coin-id) in the input set
- More than one input of type `InputType.Contract` for any [Contract ID](../identifiers/utxo-id.md#contract-id) in the input set
- More than one input of type `InputType.Message` for any [Message ID](../identifiers/utxo-id.md#message-id) in the input set
- The size of the transaction, in bytes, exceeds the maximum transaction size as specified in the consensus parameters. The size of a transaction is calculated as the sum of the sizes its static and dynamic parts as determined by canonical serialization.
- The size of the transaction, in bytes, exceeds the maximum transaction size as specified in the consensus parameters. The size of a transaction is calculated as the sum of the sizes of its static and dynamic parts, as determined by canonical serialization.

When serializing a transaction, fields are serialized as follows (with inner structs serialized recursively):

Expand Down

0 comments on commit a1dea35

Please sign in to comment.