Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
  • Loading branch information
sandreim committed Oct 2, 2024
1 parent a2a0795 commit 01ce087
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions polkadot/runtime/parachains/src/runtime_api_impl/v10.rs
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,6 @@ pub fn backing_state<T: initializer::Config>(
)
};

shared::AllowedRelayParents::<T>::get()
.hypothetical_earliest_block_number(now, config.async_backing_params.allowed_ancestry_len);

let required_parent = paras::Heads::<T>::get(para_id)?;
let validation_code_hash = paras::CurrentCodeHash::<T>::get(para_id)?;

Expand Down

0 comments on commit 01ce087

Please sign in to comment.