From 997641c035b8dcb96784bf6fbba1a8f1d18f790b Mon Sep 17 00:00:00 2001 From: arkpar Date: Fri, 19 Jun 2015 10:52:00 +0200 Subject: [PATCH] fixed comment --- libethereum/BlockChainSync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethereum/BlockChainSync.h b/libethereum/BlockChainSync.h index 80372d3a2..b946f557e 100644 --- a/libethereum/BlockChainSync.h +++ b/libethereum/BlockChainSync.h @@ -272,7 +272,7 @@ private: h256 m_syncingLatestHash; ///< Latest block's hash of the peer we are syncing to, as of the current sync. u256 m_syncingTotalDifficulty; ///< Latest block's total difficulty of the peer we aresyncing to, as of the current sync. // TODO: switch to weak_ptr - EthereumPeer* m_syncer = nullptr; ///< Current + EthereumPeer* m_syncer = nullptr; ///< Peer we are currently syncing with }; } }