mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2025-02-14 21:10:32 +01:00
resolve promise to avoid invalid input
This commit is contained in:
parent
9163284b4a
commit
4639acbd34
@ -145,7 +145,7 @@ test('Valid TRANSFER transaction with multiple Ed25519 inputs from different tra
|
|||||||
)
|
)
|
||||||
|
|
||||||
return conn.postTransactionCommit(transferTxSigned1)
|
return conn.postTransactionCommit(transferTxSigned1)
|
||||||
.then(conn.postTransactionCommit(transferTxSigned2))
|
.then(() => conn.postTransactionCommit(transferTxSigned2))
|
||||||
.then(() => {
|
.then(() => {
|
||||||
const transferTxMultipleInputs = Transaction.makeTransferTransaction(
|
const transferTxMultipleInputs = Transaction.makeTransferTransaction(
|
||||||
[{ tx: transferTxSigned1, output_index: 0 },
|
[{ tx: transferTxSigned1, output_index: 0 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user