Skip to content
Snippets Groups Projects
Unverified Commit ad54bc36 authored by Riko's avatar Riko Committed by GitHub
Browse files

fixed link (#4539)

parent b06306c4
No related merge requests found
Pipeline #476893 waiting for manual action with stages
in 1 hour, 12 minutes, and 16 seconds
......@@ -87,7 +87,7 @@ It'd be better for anyone (for chain and for submitters) to reject all transacti
already known headers to the pallet. This way, we leave block space to other useful transactions and
we don't charge concurrent submitters for their honest actions.
To deal with that, we have a [signed extension](./src/call_ext) that may be added to the runtime.
To deal with that, we have a [signed extension](./src/call_ext.rs) that may be added to the runtime.
It does exactly what is required - rejects all transactions with already known headers. The submitter
pays nothing for such transactions - they're simply removed from the transaction pool, when the block
is built.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment