From 18cbab709456a66db8d4d976624d33b71352a7b9 Mon Sep 17 00:00:00 2001 From: Jakub Zajkowski Date: Tue, 17 Dec 2024 23:28:33 +0100 Subject: [PATCH] fmt --- node/src/components/transaction_acceptor/tests.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/src/components/transaction_acceptor/tests.rs b/node/src/components/transaction_acceptor/tests.rs index db835ce7a2..ec2375cad3 100644 --- a/node/src/components/transaction_acceptor/tests.rs +++ b/node/src/components/transaction_acceptor/tests.rs @@ -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, })