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 // }