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){
|
switch(options.coin.algorithm){
|
||||||
case 'keccak':
|
case 'keccak':
|
||||||
case 'blake':
|
case 'blake':
|
||||||
case 'skein':
|
|
||||||
case 'fugue':
|
case 'fugue':
|
||||||
case 'groestl':
|
case 'groestl':
|
||||||
if (options.coin.normalHashing === true)
|
if (options.coin.normalHashing === true)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user