transaction: include height in spent info
This commit is contained in:
parent
38bbbc07dc
commit
04b0b39049
@ -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
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user