remove TODO

This commit is contained in:
Manuel Araoz 2015-02-02 16:20:30 -03:00
parent cc7b58369b
commit 9fcf186545

View File

@ -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);
});