Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Sep 30, 2024
1 parent c5afff8 commit 0556060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/tx/builder/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl TxExt for xdr::Transaction {
seq_num: seq_num.into(),
cond: soroban_env_host::xdr::Preconditions::None,
memo: Memo::None,
operations: [operation].try_into().unwrap(),
operations: [operation].try_into().unwrap(),
ext: TransactionExt::V0,
}
}
Expand Down

0 comments on commit 0556060

Please sign in to comment.