Merge branch 'master' into merge-mining

This commit is contained in:
SChernykh
2024-02-24 19:11:52 +01:00
5 changed files with 9 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ class p2pool : public MinerCallbackHandler, public nocopy_nomove
{
public:
p2pool(int argc, char* argv[]);
~p2pool();
~p2pool() override;
int run();