(state state.State)
| 44 | } |
| 45 | |
| 46 | func (pc *pContext) setState(state state.State) { |
| 47 | pc.state = state |
| 48 | } |
| 49 | |
| 50 | func (pc pContext) verifyCommit(chainID string, blockID types.BlockID, height int64, commit *types.Commit) error { |
| 51 | return pc.state.Validators.VerifyCommitLight(chainID, blockID, height, commit) |
nothing calls this directly
no outgoing calls
no test coverage detected