Skip to content

Commit 43fbbda

Browse files
committed
Small fix for nulling of the pool state and ABT's.
1 parent efc5c65 commit 43fbbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ function Miner(id, params, ip, pushMessage, portData) {
736736
this.valid_miner = false;
737737
}
738738

739-
if (activePools[this.pool].activeBlockTemplate === null){
739+
if (activePools[this.pool].activeBlocktemplate === null){
740740
this.error = "No active block template";
741741
this.valid_miner = false;
742742
}

0 commit comments

Comments
 (0)