Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

Commit b933568

Browse files
author
nicehashdev
committed
Linux compile fix
1 parent 1fb1e0b commit b933568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libstratum/EthStratumClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ static void diffToTarget(uint32_t *target, double diff)
268268
((uint8_t*)target)[31 - i] = ((uint8_t*)target2)[i];
269269
}
270270

271-
void EthStratumClient::processExtranonce(string& enonce)
271+
void EthStratumClient::processExtranonce(std::string& enonce)
272272
{
273273
m_extraNonceHexSize = enonce.length();
274274

0 commit comments

Comments
 (0)