1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-10 20:02:11 +02:00

Merge pull request #182 from bigchaindb/fix-integration-test

Problem: Test "Valid TRANSFER transaction with multiple Ed25519 inputs..." failing
This commit is contained in:
Manolo 2018-06-01 14:30:15 +02:00 committed by GitHub
commit b62471a709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ test('Valid TRANSFER transaction with multiple Ed25519 inputs from different tra
)
return conn.postTransactionCommit(transferTxSigned1)
.then(conn.postTransactionCommit(transferTxSigned2))
.then(() => conn.postTransactionCommit(transferTxSigned2))
.then(() => {
const transferTxMultipleInputs = Transaction.makeTransferTransaction(
[{ tx: transferTxSigned1, output_index: 0 },