()
| 21 | } |
| 22 | |
| 23 | func examplePrecommit() *Vote { |
| 24 | return exampleVote(byte(tmproto.PrecommitType)) |
| 25 | } |
| 26 | |
| 27 | func exampleVote(t byte) *Vote { |
| 28 | var stamp, err = time.Parse(TimeFormat, "2017-12-25T03:00:01.234Z") |
no test coverage detected
searching dependent graphs…