Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 88836d6

Browse files
committedSep 3, 2018
NFC: clang-formatted EthStratumClient.cpp
1 parent 82b5992 commit 88836d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎libpoolprotocols/stratum/EthStratumClient.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ void EthStratumClient::processResponse(Json::Value& responseObject)
816816
{
817817
cnote << "Stratum mode detected: STRATUM";
818818
}
819-
819+
820820
m_subscribed.store(_isSuccess, std::memory_order_relaxed);
821821
if (!m_subscribed)
822822
{
@@ -1199,7 +1199,6 @@ void EthStratumClient::processResponse(Json::Value& responseObject)
11991199
m_io_service.post(
12001200
m_io_strand.wrap(boost::bind(&EthStratumClient::disconnect, this)));
12011201
}
1202-
12031202
}
12041203
else if (_method == "mining.set_extranonce" &&
12051204
m_conn->StratumMode() == EthStratumClient::ETHEREUMSTRATUM)

0 commit comments

Comments
 (0)
This repository has been archived.