()
| 17 | } |
| 18 | |
| 19 | func (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 |
| 25 | type pcBlockProcessed struct { |
nothing calls this directly
no outgoing calls
no test coverage detected