mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-18 21:35:24 +01:00
wtwire: remove incorrect function comment
The harness doesn't return anything, so don't say that it does.
This commit is contained in:
parent
e2f7eb963f
commit
567ff5d751
@ -21,8 +21,7 @@ func prefixWithMsgType(data []byte, prefix MessageType) []byte {
|
|||||||
// wireMsgHarness performs the actual fuzz testing of the appropriate wire
|
// wireMsgHarness performs the actual fuzz testing of the appropriate wire
|
||||||
// message. This function will check that the passed-in message passes wire
|
// message. This function will check that the passed-in message passes wire
|
||||||
// length checks, is a valid message once deserialized, and passes a sequence of
|
// length checks, is a valid message once deserialized, and passes a sequence of
|
||||||
// serialization and deserialization checks. Returns an int that determines
|
// serialization and deserialization checks.
|
||||||
// whether the input is unique or not.
|
|
||||||
func wireMsgHarness(t *testing.T, data []byte, emptyMsg Message) {
|
func wireMsgHarness(t *testing.T, data []byte, emptyMsg Message) {
|
||||||
t.Helper()
|
t.Helper()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user