remove duplicate require

This commit is contained in:
Matias Alejo Garcia 2014-01-14 15:59:48 -03:00
parent 8d79a6f38b
commit 3674a66d11
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ function spec(b) {
var doubleSha256 = b.doubleSha256 || util.twoSha256;
var nonce = util.generateNonce();
var Block = require('./Block').class();
var BIP0031_VERSION = 60000;
function Connection(socket, peer) {