This commit is contained in:
Matias Alejo Garcia 2014-03-20 14:30:52 -03:00
parent 0a477d71be
commit bc0aff684b
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ angular.module('insight.system').controller('HeaderController',
socket.emit('subscribe', 'inv');
socket.on('block', function(block) {
console.log('[header.js.40:block:]',block); //TODO
var blockHash = block.toString();
_getBlock(blockHash);
});