Fix coinbase hashing for skein
This commit is contained in:
parent
e44f2636ae
commit
d75498c517
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue