jshint: remove unused variables
This commit is contained in:
parent
d8fdd50950
commit
2a267b62e6
3 changed files with 2 additions and 4 deletions
|
@ -128,7 +128,7 @@ Transaction.prototype.toBuffer = function () {
|
|||
writeUInt32(this.version)
|
||||
writeVarInt(this.ins.length)
|
||||
|
||||
this.ins.forEach(function(txin, i) {
|
||||
this.ins.forEach(function(txin) {
|
||||
writeSlice(txin.outpoint.hash)
|
||||
writeUInt32(txin.outpoint.index)
|
||||
writeVarInt(txin.script.buffer.length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue