From 9fcf186545d0f231130b95787fc4b72dea61497c Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 2 Feb 2015 16:20:30 -0300 Subject: [PATCH] remove TODO --- integration/bitcoind.js | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/bitcoind.js b/integration/bitcoind.js index 6325622..61f4d12 100644 --- a/integration/bitcoind.js +++ b/integration/bitcoind.js @@ -135,7 +135,6 @@ describe('Integration with ' + network.name + ' bitcoind', function() { (message.block instanceof Block).should.equal(true); cb(); }); - // TODO: replace this for a new Messages.GetData.forBlock(hash) var message = Messages.GetData.forBlock(blockHash[network.name]); peer.sendMessage(message); });