Added Tari gRPC client stub

This commit is contained in:
SChernykh
2024-02-06 17:20:58 +01:00
parent 9b15e8179f
commit fdb2ab19ab
11 changed files with 292 additions and 20 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ static constexpr int32_t BAN_THRESHOLD_POINTS = -15;
namespace p2pool {
StratumServer::StratumServer(p2pool* pool)
: TCPServer(DEFAULT_BACKLOG, StratumClient::allocate)
: TCPServer(DEFAULT_BACKLOG, StratumClient::allocate, std::string())
, m_pool(pool)
, m_autoDiff(pool->params().m_autoDiff)
, m_rng(RandomDeviceSeed::instance)