fix one test

This commit is contained in:
Manuel Araoz 2014-08-11 17:44:35 -04:00
commit e2ab9dd0c8

View file

@ -53,7 +53,17 @@ FakeWallet.prototype.isShared = function() {
FakeWallet.prototype.isReady = function() {
return true;
}
};
FakeWallet.prototype.fetchPaymentTx = function() {
};
FakeWallet.prototype.createPaymentTx = function() {
};
FakeWallet.prototype.getBalance = function(cb) {