From 0c6a0c61d3a1e178eb6ebc116cc1ccbf394eddce Mon Sep 17 00:00:00 2001 From: olalonde Date: Thu, 8 May 2014 08:46:09 +0800 Subject: [PATCH] Armory: removed unused buffertools dependency --- lib/Armory.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Armory.js b/lib/Armory.js index 1b9be60..94be0e5 100644 --- a/lib/Armory.js +++ b/lib/Armory.js @@ -1,6 +1,5 @@ var Point = require('./Point'), Key = require('./Key'), - buffertools = require('buffertools'), sha256 = require('../util').sha256, twoSha256 = require('../util').twoSha256;