1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 17:50:09 +01:00

remove this

This commit is contained in:
manolodewiner 2018-01-16 09:09:36 +01:00
parent 843d85bc03
commit 015bf1b07f

View File

@ -219,7 +219,7 @@ export default class Transaction {
'transaction_id': tx.id, 'transaction_id': tx.id,
} }
return this.makeInputTemplate(fulfilledOutput.public_keys, transactionLink) return Transaction.makeInputTemplate(fulfilledOutput.public_keys, transactionLink)
}) })
const assetLink = { const assetLink = {