From d8c4fcc606f119ba490e817bf5c4f5022b1ceb4f Mon Sep 17 00:00:00 2001 From: Felipe Manzano Date: Mon, 10 Feb 2025 11:32:37 -0300 Subject: [PATCH 1/2] transactionm -> transaction --- packages/specs/pages/base-ledger/replay-protection.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/specs/pages/base-ledger/replay-protection.mdx b/packages/specs/pages/base-ledger/replay-protection.mdx index 972b1a32..eae250fc 100644 --- a/packages/specs/pages/base-ledger/replay-protection.mdx +++ b/packages/specs/pages/base-ledger/replay-protection.mdx @@ -81,7 +81,7 @@ pub struct WrapperTx { } ``` -The transaction is composed of an header carrying some metadata about the transaction itself and a vector of sections that represents the different components of the transactionm, +The transaction is composed of an header carrying some metadata about the transaction itself and a vector of sections that represents the different components of the transaction, such as the code, inputs, signatures and auxillary data. A transaction is constructed as follows: From 4c90fcefe0f540aa1c941eda102ba65a596b25ed Mon Sep 17 00:00:00 2001 From: Felipe Manzano Date: Mon, 10 Feb 2025 12:49:06 -0300 Subject: [PATCH 2/2] auxillary -> auxiliary --- packages/specs/pages/base-ledger/replay-protection.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/specs/pages/base-ledger/replay-protection.mdx b/packages/specs/pages/base-ledger/replay-protection.mdx index eae250fc..6b745c90 100644 --- a/packages/specs/pages/base-ledger/replay-protection.mdx +++ b/packages/specs/pages/base-ledger/replay-protection.mdx @@ -81,8 +81,7 @@ pub struct WrapperTx { } ``` -The transaction is composed of an header carrying some metadata about the transaction itself and a vector of sections that represents the different components of the transaction, -such as the code, inputs, signatures and auxillary data. +The transaction is composed of an header carrying some metadata about the transaction itself and a vector of sections that represents the different components of the transaction, such as the code, inputs, signatures and auxiliary data. A transaction is constructed as follows: