Skip to content

Commit

Permalink
Update format.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy authored Jul 29, 2024
1 parent 839c2ab commit a1e4afd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/protocol/transaction/format.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Transactions in Pactus consist of the following fields:
| Signature | 48 bytes |
| Public Key | 96 bytes |

- **Flags** field is one byte, and if the first bit of the Flags is set to 1, it indicates that the [public key is known](https://pips.pactus.org/PIPs/pip-4) and excluded from the transaction.
- **Flags** field is one byte, and if the first bit of the Flags is set to 1, it indicates that the
[public key is known](https://pips.pactus.org/PIPs/pip-4) and excluded from the transaction.
- **Version** is the version of the transaction format. Different versions may have different fields or
a different layout, and the current transaction version is set to 1.
- **Lock Time** specifies the block number at which the transaction can be unlocked.
Expand Down

0 comments on commit a1e4afd

Please sign in to comment.