From 05859b77d62bcd3cebe8250fa4a07985006f0c4e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 11 Aug 2014 18:33:52 -0400 Subject: [PATCH] paypro: test - remove old function. --- test/test.PayPro.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test/test.PayPro.js b/test/test.PayPro.js index d25a84d13..d31933c69 100644 --- a/test/test.PayPro.js +++ b/test/test.PayPro.js @@ -93,18 +93,6 @@ describe('PayPro (in Wallet) model', function() { return new Wallet(c); } - var cachedW = null; - var cachedWobj = null; - var cachedCreateW = function() { - if (!cachedW) { - cachedW = createW(); - cachedWobj = cachedW.toObj(); - cachedWobj.opts.reconnectDelay = 100; - } - var w = Wallet.fromObj(cachedWobj, cachedW.storage, cachedW.network, cachedW.blockchain); - return w; - }; - var unspentTest = [{ "address": "dummy", "scriptPubKey": "dummy",