Fix Coinbase in blocks and address. Remove console log from compiled js (removed from temp previousl)
This commit is contained in:
parent
515884bf63
commit
e5b608809b
@ -123,7 +123,7 @@ module.exports = function transactionAPI(router) {
|
|||||||
},
|
},
|
||||||
value: output.value / 1e8,
|
value: output.value / 1e8,
|
||||||
})),
|
})),
|
||||||
output: tx.outputs,
|
isCoinBase: tx.inputs[0].prevout.hash === '0000000000000000000000000000000000000000000000000000000000000000',
|
||||||
})),
|
})),
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -172,7 +172,7 @@ module.exports = function transactionAPI(router) {
|
|||||||
},
|
},
|
||||||
value: output.value / 1e8,
|
value: output.value / 1e8,
|
||||||
})),
|
})),
|
||||||
output: tx.outputs,
|
isCoinBase: tx.inputs[0].prevout.hash === '0000000000000000000000000000000000000000000000000000000000000000',
|
||||||
})),
|
})),
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@ -1123,7 +1123,6 @@ ScopedSocket.prototype.emit = function(event, data, callback) {
|
|||||||
|
|
||||||
angular.module('insight.socket').factory('getSocket',
|
angular.module('insight.socket').factory('getSocket',
|
||||||
function($rootScope) {
|
function($rootScope) {
|
||||||
console.log('init my socket');
|
|
||||||
var socket = io.connect(null, {
|
var socket = io.connect(null, {
|
||||||
'reconnect': true,
|
'reconnect': true,
|
||||||
'reconnection delay': 500,
|
'reconnection delay': 500,
|
||||||
|
|||||||
2
server/public/js/main.min.js
vendored
2
server/public/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user