We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a516ea commit 9b8fa79Copy full SHA for 9b8fa79
src/mempool/README.md
@@ -60,9 +60,9 @@ following requirements:
60
61
Notice that _what_ a transaction actually is defined by the Ledger layer and it
62
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.
+mechanisms to translate transactions from older eras to more recent ones. The
+original transaction is the one that will be forwarded to other peers, i.e. the
+"translated" version of the transaction _is not sent_ over the network.
66
67
> [!NOTE]
68
>
0 commit comments