Skip to content

Commit

Permalink
Fixed Coverity error
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Aug 9, 2024
1 parent de25ef0 commit 4b1c077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p2pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ void p2pool::download_block_headers(uint64_t current_height)

{
WriteLock lock(m_mergeMiningClientsLock);
m_mergeMiningClients = merge_mining_clients;
m_mergeMiningClients = std::move(merge_mining_clients);
}

m_startupFinished = true;
Expand Down

0 comments on commit 4b1c077

Please sign in to comment.