forked from lthn/blockchain
fixed an old error in stratum server when incorrect worker's name (!="miner") invalidates mining address that was already set in daemon
This commit is contained in:
parent
b8afa3f9c5
commit
a9de7944dd
1 changed files with 2 additions and 1 deletions
|
|
@ -590,7 +590,8 @@ namespace
|
|||
error_str << "wallet address " << user_str << " doesn't match the address previously set in daemon and/or other workers.";
|
||||
}
|
||||
|
||||
set_miner_address(address);
|
||||
if (!error)
|
||||
set_miner_address(address);
|
||||
}
|
||||
|
||||
if (error)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue