Removed errors memoization.
This commit is contained in:
parent
c9d4dc276f
commit
a105c0a35e
@ -7,7 +7,6 @@ var bitcore = require('bitcore');
|
|||||||
var _ = bitcore.deps._;
|
var _ = bitcore.deps._;
|
||||||
var $ = bitcore.util.preconditions;
|
var $ = bitcore.util.preconditions;
|
||||||
var log = index.log;
|
var log = index.log;
|
||||||
var errors = index.errors;
|
|
||||||
var child_process = require('child_process');
|
var child_process = require('child_process');
|
||||||
var fs = require('fs');
|
var fs = require('fs');
|
||||||
var shuttingDown = false;
|
var shuttingDown = false;
|
||||||
|
|||||||
@ -9,7 +9,6 @@ var $ = bitcore.util.preconditions;
|
|||||||
var _ = bitcore.deps._;
|
var _ = bitcore.deps._;
|
||||||
var index = require('../');
|
var index = require('../');
|
||||||
var log = index.log;
|
var log = index.log;
|
||||||
var errors = index.errors;
|
|
||||||
var Service = require('../service');
|
var Service = require('../service');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user