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
Currently, submit_fraud_proof is a Normal extrinsic, however, according to Substrate docs "operational dispatches are those that provide network capabilities" and does not take up blockspace from normal user extrinsics. This removes the incentive for the block proposer to prefer normal extrinsics to submit_fraud_proof.
The text was updated successfully, but these errors were encountered:
Currently,
submit_fraud_proof
is aNormal
extrinsic, however, according to Substrate docs "operational dispatches are those that provide network capabilities" and does not take up blockspace from normal user extrinsics. This removes the incentive for the block proposer to prefer normal extrinsics tosubmit_fraud_proof
.The text was updated successfully, but these errors were encountered: