Skip to content
Snippets Groups Projects
Unverified Commit 5e0843e5 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

sync: Remove checking of the extrinsics root (#5686)

With the introduction of `system_version` in
https://github.com/paritytech/polkadot-sdk/pull/4257 the extrinsic root
may also use the `V1` layout. At this point in the sync code it would
require some special handling to find out the `system_version`. So, this
pull request is removing it. The extrinsics root is checked when
executing the block later, so that at least no invalid block gets
imported.
parent c6b847a3
Branches
No related merge requests found
Pipeline #502020 waiting for manual action with stages
in 29 minutes and 31 seconds
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