missing comma

This commit is contained in:
Matt Culpepper 2014-04-13 14:06:24 -05:00
parent 7b6044d674
commit 2d6470cf3f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ module.exports = function(logger, poolConfig){
shareData.worker,
isValidShare ? 'Y' : 'N',
isValidBlock ? 'Y' : 'N',
shareData.difficulty * (poolConfig.coin.mposDiffMultiplier || 1)
shareData.difficulty * (poolConfig.coin.mposDiffMultiplier || 1),
typeof(shareData.error) === 'undefined' ? null : shareData.error,
shareData.blockHash ? shareData.blockHash : (shareData.blockHashInvalid ? shareData.blockHashInvalid : '')
];