good morning!!!!

Skip to content
Snippets Groups Projects
Commit 97433f5e authored by Jason Carver's avatar Jason Carver
Browse files

expand acronym in log message from TD

to total difficulty
parent b2b9b3b5
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment