Skip to content

Commit

Permalink
aura: remove stale check to skip execution (paritytech#13074)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored and dandanlen committed Jan 23, 2023
1 parent 13649d2 commit df03c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/consensus/aura/src/import_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ where

inherent_data.aura_replace_inherent_data(slot);

// skip the inherents verification if the runtime API is old.
// skip the inherents verification if the runtime API is old or not expected to
// exist.
if self
.client
.runtime_api()
Expand Down

0 comments on commit df03c64

Please sign in to comment.