Skip to content

Commit 9b8fa79

Browse files
committed
Fix mistake in transaction propagation
1 parent 5a516ea commit 9b8fa79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mempool/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ following requirements:
6060

6161
Notice that _what_ a transaction actually is defined by the Ledger layer and it
6262
depends on the current era at the tip of the chain. The Ledger layer provides
63-
mechanisms to translate transactions from older eras to more recent ones. Once a
64-
transaction is translated to a more recent era, it is such translation the one
65-
that is distributed to the network afterwards.
63+
mechanisms to translate transactions from older eras to more recent ones. The
64+
original transaction is the one that will be forwarded to other peers, i.e. the
65+
"translated" version of the transaction _is not sent_ over the network.
6666

6767
> [!NOTE]
6868
>

0 commit comments

Comments
 (0)