txb: remove unused variables
This commit is contained in:
parent
87f0d33a01
commit
61718cdbaa
1 changed files with 0 additions and 2 deletions
|
@ -140,8 +140,6 @@ function extractInput (transaction, txIn, vin) {
|
||||||
|
|
||||||
function TransactionBuilder (network) {
|
function TransactionBuilder (network) {
|
||||||
this.prevTxMap = {}
|
this.prevTxMap = {}
|
||||||
this.prevOutScripts = {}
|
|
||||||
this.prevOutTypes = {}
|
|
||||||
this.network = network || networks.bitcoin
|
this.network = network || networks.bitcoin
|
||||||
|
|
||||||
this.inputs = []
|
this.inputs = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue