Transaction: remove TxIn/TxOut exports
This commit is contained in:
parent
b0317be4d5
commit
8b5647b0b9
6 changed files with 6 additions and 12 deletions
src
|
@ -4,7 +4,7 @@ var rng = require('secure-random')
|
|||
|
||||
var Address = require('./address')
|
||||
var HDNode = require('./hdnode')
|
||||
var Transaction = require('./transaction').Transaction
|
||||
var Transaction = require('./transaction')
|
||||
|
||||
function Wallet(seed, network) {
|
||||
network = network || networks.bitcoin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue