Skip to content

Commit

Permalink
Update crates/fraud_proofs/global_merkle_root/storage/src/update.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mårten Blankfors <marten@blankfors.se>
  • Loading branch information
acerone85 and netrome authored Jan 28, 2025
1 parent 537ecee commit 19ba384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ where
}
UpgradeMetadata::StateTransition => match tx.upgrade_purpose() {
UpgradePurpose::ConsensusParameters { .. } => panic!(
"Upgrade with StateTransition metadata has StateTransition purpose"
"Upgrade with StateTransition metadata should have StateTransition purpose"
),
UpgradePurpose::StateTransition { root } => {
let Some(next_state_transition_bytecode_version) =
Expand Down

0 comments on commit 19ba384

Please sign in to comment.