Fixed typo in my last commit that fixed payment processing for some coins.

This commit is contained in:
Matt 2014-05-04 13:51:01 -06:00
parent 81c3a66bde
commit fd7bf439e5
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ function SetupForPool(logger, poolOptions, setupFinished){
if (!generationTx && tx.result.details.length === 1){
generationTx = tx.results.details[0];
generationTx = tx.result.details[0];
}
if (!generationTx){