Skip to content

Commit

Permalink
fix: tx sign test
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Jun 20, 2024
1 parent 328ab42 commit 7b9952c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/crates/soroban-test/tests/it/integration/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ fn sign(sandbox: &TestEnv, tx_env: TransactionEnvelope) -> TransactionEnvelope {
sandbox
.new_assert_cmd("tx")
.arg("sign")
.arg("--signer=file")
.arg("--source=test")
.arg("-y")
.write_stdin(tx_env.to_xdr_base64(Limits::none()).unwrap().as_bytes())
Expand Down

0 comments on commit 7b9952c

Please sign in to comment.