From e2ab9dd0c8b40b55783f6790cf96d8d9e147598c Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 11 Aug 2014 17:44:35 -0400 Subject: [PATCH] fix one test --- test/mocks/FakeWallet.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/test/mocks/FakeWallet.js b/test/mocks/FakeWallet.js index 48b4af4a6..136dd95c5 100644 --- a/test/mocks/FakeWallet.js +++ b/test/mocks/FakeWallet.js @@ -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) {