fix tests

This commit is contained in:
Matias Alejo Garcia 2014-08-05 16:42:51 -03:00
commit 260adc8587

View file

@ -122,10 +122,10 @@ WalletFactory.prototype.create = function(opts) {
); );
this.log('\t### PublicKeyRing Initialized'); this.log('\t### PublicKeyRing Initialized');
opts.txProposals = opts.txProposals || new TxProposalsSet({ opts.txProposals = opts.txProposals || new TxProposals({
networkName: this.networkName, networkName: this.networkName,
}); });
this.log('\t### TxProposalsSet Initialized'); this.log('\t### TxProposals Initialized');
this.storage._setPassphrase(opts.passphrase); this.storage._setPassphrase(opts.passphrase);