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:
Matt 2014-04-18 16:28:11 -06:00
parent 1dee4a5a0a
commit 7b24ce543d

View File

@ -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);