aboutsummaryrefslogtreecommitdiffstats
path: root/eth/sync.go
diff options
context:
space:
mode:
authorJason Carver <jacarver@linkedin.com>2015-05-23 10:12:59 +0800
committerJason Carver <jacarver@linkedin.com>2015-05-23 10:12:59 +0800
commit97433f5ef14dad126bdced05c3fa257ba8f13f89 (patch)
treea804845e7158bbf5dc9c7402ba5842090452a3f5 /eth/sync.go
parentb2b9b3b567291c02a34f16b510621f8ac75d368c (diff)
downloadgo-tangerine-97433f5ef14dad126bdced05c3fa257ba8f13f89.tar
go-tangerine-97433f5ef14dad126bdced05c3fa257ba8f13f89.tar.gz
go-tangerine-97433f5ef14dad126bdced05c3fa257ba8f13f89.tar.bz2
go-tangerine-97433f5ef14dad126bdced05c3fa257ba8f13f89.tar.lz
go-tangerine-97433f5ef14dad126bdced05c3fa257ba8f13f89.tar.xz
go-tangerine-97433f5ef14dad126bdced05c3fa257ba8f13f89.tar.zst
go-tangerine-97433f5ef14dad126bdced05c3fa257ba8f13f89.zip
expand acronym in log message from TD
to total difficulty
Diffstat (limited to 'eth/sync.go')
-rw-r--r--eth/sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/sync.go b/eth/sync.go
index 62d08acb6..8a0da39ec 100644
--- a/eth/sync.go
+++ b/eth/sync.go
@@ -82,7 +82,7 @@ func (pm *ProtocolManager) synchronise(peer *peer) {
}
// Make sure the peer's TD is higher than our own. If not drop.
if peer.td.Cmp(pm.chainman.Td()) <= 0 {
- glog.V(logger.Debug).Infoln("Synchronisation canceled: peer TD too small")
+ glog.V(logger.Debug).Infoln("Synchronisation canceled: peer's total difficulty is too small")
return
}
// FIXME if we have the hash in our chain and the TD of the peer is