Merge pull request #65 from LucasJones/master
Fix coinbase hashing for skein
This commit is contained in:
commit
e1fe0ada16
|
@ -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