Fix coinbase hashing for skein

This commit is contained in:
Lucas Jones 2014-04-22 17:42:46 +01:00
parent e44f2636ae
commit d75498c517
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ var JobManager = module.exports = function JobManager(options){
switch(options.coin.algorithm){
case 'keccak':
case 'blake':
case 'skein':
case 'fugue':
case 'groestl':
if (options.coin.normalHashing === true)