Skip to content

Commit

Permalink
Update test/unit/server_async_transaction.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: George <[email protected]>
  • Loading branch information
aditya1702 and Shaptic committed Jun 24, 2024
1 parent fa283fd commit 73afed0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/server_async_transaction.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ describe("server.js async transaction submission tests", function () {
let transaction = new StellarSdk.TransactionBuilder(account, {
fee: StellarSdk.BASE_FEE,
networkPassphrase: StellarSdk.Networks.TESTNET,
v1: true,
})
.addOperation(
StellarSdk.Operation.payment({
Expand Down

0 comments on commit 73afed0

Please sign in to comment.