Transaction: remove TxIn/TxOut exports
This commit is contained in:
parent
b0317be4d5
commit
8b5647b0b9
6 changed files with 6 additions and 12 deletions
|
@ -416,8 +416,4 @@ TransactionOut.prototype.clone = function() {
|
|||
})
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
Transaction: Transaction,
|
||||
TransactionIn: TransactionIn,
|
||||
TransactionOut: TransactionOut
|
||||
}
|
||||
module.exports = Transaction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue