We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d4dc2 commit a105c0aCopy full SHA for a105c0a
lib/scaffold/start.js
@@ -7,7 +7,6 @@ var bitcore = require('bitcore');
7
var _ = bitcore.deps._;
8
var $ = bitcore.util.preconditions;
9
var log = index.log;
10
-var errors = index.errors;
11
var child_process = require('child_process');
12
var fs = require('fs');
13
var shuttingDown = false;
lib/services/bitcoind.js
@@ -9,7 +9,6 @@ var $ = bitcore.util.preconditions;
var index = require('../');
var Service = require('../service');
14
15
/**
0 commit comments