Update tests

This commit is contained in:
Yemel Jardi 2014-08-29 11:36:23 -03:00
commit 0623c87727
5 changed files with 19 additions and 27 deletions

View file

@ -36,6 +36,7 @@ var FakeWallet = function() {
return true;
}
};
this.blockchain = {subscribed: [], subscribe: function(){}};
this.privateKey = new FakePrivateKey();
};