From a1e4afd0e2fd18b7fb34c711550d0ca266f3e8d2 Mon Sep 17 00:00:00 2001 From: Kay Date: Mon, 29 Jul 2024 14:53:35 +0330 Subject: [PATCH] Update format.md --- content/protocol/transaction/format.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/protocol/transaction/format.md b/content/protocol/transaction/format.md index e9269df..cbe7d5c 100644 --- a/content/protocol/transaction/format.md +++ b/content/protocol/transaction/format.md @@ -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.