We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9163284 + 4639acb commit b62471aCopy full SHA for b62471a
test/integration/test_integration.js
@@ -145,7 +145,7 @@ test('Valid TRANSFER transaction with multiple Ed25519 inputs from different tra
145
)
146
147
return conn.postTransactionCommit(transferTxSigned1)
148
- .then(conn.postTransactionCommit(transferTxSigned2))
+ .then(() => conn.postTransactionCommit(transferTxSigned2))
149
.then(() => {
150
const transferTxMultipleInputs = Transaction.makeTransferTransaction(
151
[{ tx: transferTxSigned1, output_index: 0 },
0 commit comments