Skip to content

Commit

Permalink
fix(blockifier): error typo (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
AvivYossef-starkware authored Sep 15, 2024
1 parent 6da0e49 commit 231ed6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/blockifier/src/transaction/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ pub enum TransactionFeeError {
#[error("Actual fee ({}) exceeded paid fee on L1 ({}).", actual_fee.0, paid_fee.0)]
InsufficientFee { paid_fee: Fee, actual_fee: Fee },
#[error(
"Resource {resource} Gas bounds (max amount: {max_amount}, max price): {max_price}) \
exceed balance ({balance})."
"Resource {resource} Gas bounds (max amount: {max_amount}, max price: {max_price}) exceed \
balance ({balance})."
)]
GasBoundsExceedBalance {
resource: Resource,
Expand Down

0 comments on commit 231ed6f

Please sign in to comment.