You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Used to record the external costs in the evm through the StackState implementationlet maybe_weight_info =
WeightInfo::new_from_weight_limit(weight_limit, proof_size_base_cost).map_err(
|_| RunnerError{error:Error::<T>::Undefined,
weight,},)?;
The weight_limit.proof_size() < proof_size_base_cost case deserves a better error message with clear meaning.
The text was updated successfully, but these errors were encountered:
The
weight_limit.proof_size() < proof_size_base_cost
case deserves a better error message with clear meaning.The text was updated successfully, but these errors were encountered: