()
| 29 | } |
| 30 | |
| 31 | func (e pcBlockProcessed) String() string { |
| 32 | return fmt.Sprintf("pcBlockProcessed{%d peer: %v}", e.height, e.peerID) |
| 33 | } |
| 34 | |
| 35 | // processor has finished |
| 36 | type pcFinished struct { |
nothing calls this directly
no outgoing calls
no test coverage detected