Fixed share diff for quarkcoin (blocks submit successfully but NOMP does not detect them due to the block hash not being generated correctly)
This commit is contained in:
parent
1dee4a5a0a
commit
7b24ce543d
@ -68,7 +68,7 @@ var algos = module.exports = global.algos = {
|
||||
}
|
||||
},
|
||||
quark: {
|
||||
multiplier: Math.pow(2, 16),
|
||||
multiplier: Math.pow(2, 32),
|
||||
hash: function(){
|
||||
return function(){
|
||||
return multiHashing.quark.apply(this, arguments);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user