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

Method String

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

Source from the content-addressed store, hash-verified

29}
30
31func (e pcBlockProcessed) String() string {
32 return fmt.Sprintf("pcBlockProcessed{%d peer: %v}", e.height, e.peerID)
33}
34
35// processor has finished
36type pcFinished struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected