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
|
||||
// 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
|
||||
// serialization and deserialization checks. Returns an int that determines
|
||||
// whether the input is unique or not.
|
||||
// serialization and deserialization checks.
|
||||
func wireMsgHarness(t *testing.T, data []byte, emptyMsg Message) {
|
||||
t.Helper()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user