Merge pull request #65 from LucasJones/master

Fix coinbase hashing for skein
This commit is contained in:
Matthew Little 2014-04-22 15:19:39 -06:00
commit e1fe0ada16
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)