From 7076a006a041d4138a6d156da53fefd724894503 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Sat, 25 Apr 2015 20:19:43 -0300 Subject: [PATCH] fix comment formatting --- lib/services/transaction.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/services/transaction.js b/lib/services/transaction.js index b0b01d76..e4987d76 100644 --- a/lib/services/transaction.js +++ b/lib/services/transaction.js @@ -53,7 +53,8 @@ var Index = { output: 'txo-', // txo-- -> serialized Output spent: 'txs-', // txo---- -> block height of confirmation for spend address: 'txa-', // txa-
-- -> Output - addressSpent: 'txas-', // txa-
-- -> { + addressSpent: 'txas-', + // txa-
-- -> { // heightSpent: number, (may be -1 for unconfirmed tx) // spentTx: string, spentTxInputIndex: number, spendInput: Input // }