Merge pull request #3 from maraoz/feature/bitcore01

fix test
This commit is contained in:
Matias Alejo Garcia 2014-07-25 10:55:55 -03:00
commit 0e6b31b9cb
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ describe('WalletFactory model', function() {
should.exist(w.txProposals.toObj());
should.exist(w.privateKey.toObj());
JSON.stringify(w.toObj()).should.equal(o);
JSON.stringify(w.toObj()).should.equal(legacyO);
});
it.skip('should be able to import encrypted legacy wallet', function(done) {
var pp = new Passphrase(config.passphrase);