Skip to content

Commit

Permalink
format code...
Browse files Browse the repository at this point in the history
  • Loading branch information
SwimmingTiger committed Mar 27, 2020
1 parent 4c7861a commit 984e8e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bitcoin/JobMakerBitcoin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ bool JobMakerHandlerBitcoin::findBestRawGbt(string &bestRawGbt) {
lastSendBestKey = bestKey;
currBestHeight_ = bestHeight;
LOG(INFO) << "====> send new job to kafka reason : \n"
<< (isFindNewHeight ? " height update.":"")
<< (needUpdateEmptyBlockJob ? " update empty block.":"")
<< (isMergedMiningUpdate_ ? " merge mining update.":"")
<< (isReachTimeout() ? " reach timeout.":"")
<< (isFindNewHeight ? " height update." : "")
<< (needUpdateEmptyBlockJob ? " update empty block." : "")
<< (isMergedMiningUpdate_ ? " merge mining update." : "")
<< (isReachTimeout() ? " reach timeout." : "")
<< " ,bestKeyHeight : " << gbtKeyGetHeight(bestKey)
<< " ,bestKeyTimestamp : " << gbtKeyGetTime(bestKey)
<< " ,bestKeyIsEmpty : " << gbtKeyIsEmptyBlock(bestKey);
Expand Down

0 comments on commit 984e8e8

Please sign in to comment.