Skip to content

Commit 4b19d74

Browse files
committedDec 24, 2011
You missed a spot.
1 parent 09f01e5 commit 4b19d74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var bigint = global.bigint = bitcoin.bigint;
1313
global.Util = require('./util');
1414
var fs = require('fs');
1515

16-
var init = require('bitcoin-p2p/daemon/init');
16+
var init = require('bitcoinjs/daemon/init');
1717
var config = init.getConfig();
1818

1919
var app = module.exports = express.createServer();

‎util.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
var Util = module.exports = require('bitcoin-p2p').Util;
1+
var Util = module.exports = require('bitcoinjs').Util;
22

33
// We'll define some explorer-specific utilities
44
Util.ex = {};
55

66
Util.ex.formatScript = function (script) {
7-
7+
88
};

0 commit comments

Comments
 (0)
Please sign in to comment.