Transaction: remove TxIn/TxOut exports

This commit is contained in:
Daniel Cousens 2014-05-16 17:12:39 +10:00
parent b0317be4d5
commit 8b5647b0b9
6 changed files with 6 additions and 12 deletions

View file

@ -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