paypro: test - remove old function.

This commit is contained in:
Christopher Jeffrey 2014-08-11 18:33:52 -04:00 committed by Manuel Araoz
parent fcb0484828
commit 05859b77d6
1 changed files with 0 additions and 12 deletions

View File

@ -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",