From 9a9387ee4c111a5b578974d67f2049dff766a411 Mon Sep 17 00:00:00 2001 From: Marco Granelli Date: Thu, 23 May 2024 17:58:59 +0200 Subject: [PATCH] Fixes typo --- crates/tests/src/integration/ledger_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tests/src/integration/ledger_tests.rs b/crates/tests/src/integration/ledger_tests.rs index 561e93df498..04138c2effa 100644 --- a/crates/tests/src/integration/ledger_tests.rs +++ b/crates/tests/src/integration/ledger_tests.rs @@ -1626,7 +1626,7 @@ fn enforce_fee_payment() -> Result<()> { "--amount", // We want this transaction to consume all the remaining available // balance. If we executed the inner txs right after the - // corresponding wrapper's fee paymwent this would succeed (but + // corresponding wrapper's fee payment this would succeed (but // this is not the case) "1900000", "--output-folder-path",