Skip to content

Commit 0e42b36

Browse files
committed
clarifying comment
1 parent 9c77b08 commit 0e42b36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

zkstack_cli/crates/zkstack/src/commands/chain/gateway/migrate_to_gateway_calldata.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ pub(crate) async fn get_migrate_to_gateway_calls(
130130
let priority_queue_size = l1_zk_chain.get_priority_queue_size().await?;
131131
if !priority_queue_size.is_zero() && !params.only_set_da_validator_pair {
132132
anyhow::bail!(
133-
"{} priority queue is not empty! Please empty it before migrating to Gateway",
134-
params.l2_chain_id
133+
"{} priority queue has {} items! Please empty it before migrating to Gateway",
134+
params.l2_chain_id,
135+
priority_queue_size
135136
);
136137
}
137138

0 commit comments

Comments
 (0)