From 3674a66d113d7a9b27daff125d932f96a797e9a2 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 14 Jan 2014 15:59:48 -0300 Subject: [PATCH] remove duplicate require --- Connection.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Connection.js b/Connection.js index 3558b15..21a4670 100644 --- a/Connection.js +++ b/Connection.js @@ -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) {