From b894386132812cb8280a99eddb6fe5d9a9b8c8ee Mon Sep 17 00:00:00 2001 From: diminator Date: Thu, 16 Feb 2017 10:20:52 +0100 Subject: [PATCH] revived on_the_record --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index e298010..5fe9e1e 100644 --- a/index.js +++ b/index.js @@ -109,6 +109,7 @@ export function makeCreateTransaction(asset, metadata, outputs, ...issuers) { export function makeTransferTransaction(unspentTransaction, metadata, outputs, ...fulfilledOutputs) { const inputs = fulfilledOutputs.map((outputIndex) => { const fulfilledOutput = unspentTransaction.outputs[outputIndex]; + console.log(unspentTransaction, fulfilledOutput) const transactionLink = { 'output': outputIndex, 'txid': unspentTransaction.id,