Revert "Fix compile bug in peer_server_handlers.go "
This reverts commit e1ed380f04
.
This commit is contained in:
@ -71,7 +71,7 @@ func (ps *PeerServer) AppendEntriesHttpHandler(w http.ResponseWriter, req *http.
|
||||
return
|
||||
}
|
||||
|
||||
if !resp.Success() {
|
||||
if !resp.Success {
|
||||
log.Debugf("[Append Entry] Step back")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user