(t *testing.T)
| 22 | var testAccount, _ = crypto.HexToECDSA("b71c71a67e1177ad4e901695e1b4b9ee17ae16c6668d313eac2f96dbcda3f291") |
| 23 | |
| 24 | func TestStatusMsgErrorsCpc1(t *testing.T) { testStatusMsgErrors(t, 1) } |
| 25 | |
| 26 | func testStatusMsgErrors(t *testing.T, protocol int) { |
| 27 | pm, _ := newTestProtocolManagerMust(t, 0, nil, nil) |
nothing calls this directly
no test coverage detected