Skip to content

Commit

Permalink
remove pessimizing move
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Dec 19, 2021
1 parent e31d95e commit c32b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llmq/dkgsessionhandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class CDKGPendingMessages
ret.emplace_back(std::make_pair(bm.first, std::move(msg)));
}

return std::move(ret);
return ret;
}
};

Expand Down

0 comments on commit c32b973

Please sign in to comment.