txb: remove unused variables
This commit is contained in:
parent
87f0d33a01
commit
61718cdbaa
@ -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 = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user