We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f01e5 commit 4b19d74Copy full SHA for 4b19d74
app.js
@@ -13,7 +13,7 @@ var bigint = global.bigint = bitcoin.bigint;
13
global.Util = require('./util');
14
var fs = require('fs');
15
16
-var init = require('bitcoin-p2p/daemon/init');
+var init = require('bitcoinjs/daemon/init');
17
var config = init.getConfig();
18
19
var app = module.exports = express.createServer();
util.js
@@ -1,8 +1,8 @@
1
-var Util = module.exports = require('bitcoin-p2p').Util;
+var Util = module.exports = require('bitcoinjs').Util;
2
3
// We'll define some explorer-specific utilities
4
Util.ex = {};
5
6
Util.ex.formatScript = function (script) {
7
-
+
8
};
0 commit comments