Skip to content

Commit

Permalink
recover CheckEra for the issue has been fixed (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
atenjin committed Dec 18, 2020
1 parent dc4e691 commit 864b30f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/europa/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,7 @@ pub type SignedExtra = (
frame_system::CheckSpecVersion<Runtime>,
frame_system::CheckTxVersion<Runtime>,
frame_system::CheckGenesis<Runtime>,
// TODO: enable "CheckEra" after the package publish for issue: https://github.com/polkadot-js/api/issues/2909
// frame_system::CheckEra<Runtime>,
frame_system::CheckEra<Runtime>,
frame_system::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>,
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
Expand Down

0 comments on commit 864b30f

Please sign in to comment.