mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01: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:
commit
b62471a709
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user