More clang fixes

This commit is contained in:
SChernykh
2021-08-23 11:44:26 +02:00
parent 4a5691e349
commit 39a8c68ab7
5 changed files with 5 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ p2pool::p2pool(int argc, char* argv[])
m_sideChain = new SideChain(this);
m_hasher = new RandomX_Hasher(this);
m_blockTemplate = new BlockTemplate(this);
m_mempool = new Mempool(this);
m_mempool = new Mempool();
m_consoleCommands = new ConsoleCommands(this);
}