Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Dec 17, 2024
1 parent 8d63ca2 commit 18cbab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/src/components/transaction_acceptor/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,8 @@ impl TestScenario {
TransactionRuntimeParams::VmCasperV1,
)
.with_pricing_mode(PricingMode::PaymentLimited {
payment_amount: u64::MAX, // make sure it's a big value that doesn't match any wasm lane
payment_amount: u64::MAX, /* make sure it's a big value that doesn't match
* any wasm lane */
gas_price_tolerance: 2,
standard_payment: true,
})
Expand Down

0 comments on commit 18cbab7

Please sign in to comment.