()
| 93 | } |
| 94 | |
| 95 | func (pr *PrepareRequest) Type() ConsensusMessageType { |
| 96 | log.Debug() |
| 97 | return pr.ConsensusMessageData().Type |
| 98 | } |
| 99 | |
| 100 | func (pr *PrepareRequest) ViewNumber() byte { |
| 101 | log.Debug() |
nothing calls this directly
no test coverage detected