Fixed typo in my last commit that fixed payment processing for some coins.
This commit is contained in:
parent
81c3a66bde
commit
fd7bf439e5
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user