remove TODO
This commit is contained in:
parent
cc7b58369b
commit
9fcf186545
@ -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);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user