MCPcopy Create free account
hub / github.com/tendermint/tendermint / String

Method String

internal/blocksync/v2/processor.go:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (e pcBlockVerificationFailure) String() string {
20 return fmt.Sprintf("pcBlockVerificationFailure{%d 1st peer: %v, 2nd peer: %v}",
21 e.height, e.firstPeerID, e.secondPeerID)
22}
23
24// successful block execution
25type pcBlockProcessed struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected