mirror of https://github.com/BTCPrivate/z-nomp.git
More informative error when failing to parse satoshis in coin for payment processing
This commit is contained in:
parent
4eec31c350
commit
964335340b
|
@ -90,7 +90,7 @@ function SetupForPool(logger, poolOptions, setupFinished){
|
|||
callback();
|
||||
}
|
||||
catch(e){
|
||||
logger.error(logSystem, logComponent, 'Error detecting number of satoshis in a coin, cannot do payment processing');
|
||||
logger.error(logSystem, logComponent, 'Error detecting number of satoshis in a coin, cannot do payment processing. Tried parsing: ' + result.data);
|
||||
callback(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue