Fix typo in paymentProcessor.js

This commit is contained in:
Lucas Jones 2014-05-03 17:29:31 +01:00
parent 6984c4fccc
commit 29d1cc455f
1 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ function SetupForPool(logger, poolOptions, setupFinished){
trySend(higherPercent);
}
else if (result.error) {
logger.error(logSystem, logComponent, 'Error trying to send payments wtih RCP sendmany '
logger.error(logSystem, logComponent, 'Error trying to send payments with RPC sendmany '
+ JSON.stringify(result.error));
callback(true);
}
@ -500,4 +500,4 @@ function SetupForPool(logger, poolOptions, setupFinished){
};
}
}