Skip to content

Commit

Permalink
feat(contracts): test
Browse files Browse the repository at this point in the history
  • Loading branch information
abstract829 committed Nov 3, 2023
1 parent e22e0a2 commit f561238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/transaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function signAndSendTransaction({
if (!server) throw Error('signAndSend: no server')
if (!networkPassphrase) throw Error('signAndSend: no networkPassphrase')

// preflight and add the footprint
// preflight and add the footprint !
if (!skipAddingFootprint) {
txn = await server.prepareTransaction(txn, networkPassphrase)
if (!txn) {
Expand Down

0 comments on commit f561238

Please sign in to comment.