jshint: remove unused variables
This commit is contained in:
parent
d8fdd50950
commit
2a267b62e6
3 changed files with 2 additions and 4 deletions
src
|
@ -169,7 +169,7 @@ function Wallet(seed, network) {
|
|||
}
|
||||
})
|
||||
|
||||
tx.ins.forEach(function(txIn, i) {
|
||||
tx.ins.forEach(function(txIn) {
|
||||
var op = txIn.outpoint
|
||||
|
||||
// copy and convert to big-endian hex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue