transaction: include height in spent info

This commit is contained in:
Braydon Fuller 2016-04-12 15:30:47 -04:00
parent 38bbbc07dc
commit 04b0b39049

View File

@ -140,7 +140,8 @@ TxController.prototype.transformOutput = function(output, index) {
//reqSigs: null, // TODO
},
spentTxId: output.__spentTxId,
spentIndex: output.__spentIndex
spentIndex: output.__spentIndex,
spentHeight: output.__spentHeight
//spentTs: undefined // TODO
};