Skip to content

Commit

Permalink
test/int/ledger_tests: use a --gas-payer instead of --signing-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Nov 20, 2024
1 parent d69279f commit dc0904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/integration/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@ fn wrap_tx_by_elsewho() -> Result<()> {
&tx,
"--signatures",
&offline_sig,
"--signing-keys",
"--gas-payer",
CHRISTEL_KEY,
]),
)
Expand Down

0 comments on commit dc0904f

Please sign in to comment.