Skip to content

Commit

Permalink
chore(sequencing): add specific print message for wrong tx type
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-starkware committed Dec 10, 2024
1 parent 3e48a5f commit 7afd08a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/starknet_api/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ impl From<(Transaction, TransactionHash)> for executable_transaction::Transactio
_ => {
unimplemented!(
"Unsupported transaction type. Only Invoke and L1Handler are currently \
supported."
supported. tx: {:?}",
tx
)
}
}
Expand Down

0 comments on commit 7afd08a

Please sign in to comment.