txb: remove unused variables

This commit is contained in:
Daniel Cousens 2016-09-26 15:34:10 +10:00
parent 87f0d33a01
commit 61718cdbaa

View file

@ -140,8 +140,6 @@ function extractInput (transaction, txIn, vin) {
function TransactionBuilder (network) {
this.prevTxMap = {}
this.prevOutScripts = {}
this.prevOutTypes = {}
this.network = network || networks.bitcoin
this.inputs = []