refactor: update TestLinkProofValidation to use new ValidateLinkProof signature with network interface parameter
This commit is contained in:
@@ -340,7 +340,7 @@ func TestLinkProofValidation(t *testing.T) {
|
||||
t.Fatalf("Failed to generate link proof: %v", err)
|
||||
}
|
||||
|
||||
if err := initiatorLink.ValidateLinkProof(proofPkt); err != nil {
|
||||
if err := initiatorLink.ValidateLinkProof(proofPkt, nil); err != nil {
|
||||
t.Fatalf("Initiator failed to validate link proof: %v", err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user