mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
fulfills.txid ==> fulfills.transaction_id
This commit is contained in:
parent
f1f52cd1bc
commit
0ed3aa39b4
@ -32,7 +32,7 @@ export default function makeTransferTransaction(
|
||||
const fulfilledOutput = unspentTransaction.outputs[outputIndex]
|
||||
const transactionLink = {
|
||||
'output': outputIndex,
|
||||
'txid': unspentTransaction.id,
|
||||
'transaction_id': unspentTransaction.id,
|
||||
}
|
||||
|
||||
return makeInputTemplate(fulfilledOutput.public_keys, transactionLink)
|
||||
|
Loading…
Reference in New Issue
Block a user