refactor: update ValidateLinkProof method to include network interface parameter for enhanced validation

This commit is contained in:
2025-12-30 01:27:45 -06:00
parent 3675d63418
commit 71b6032ea4

View File

@@ -403,7 +403,7 @@ func (tw *transportWrapper) HandleInbound(pkt *packet.Packet) error {
return nil
}
func (tw *transportWrapper) ValidateLinkProof(pkt *packet.Packet) error {
func (tw *transportWrapper) ValidateLinkProof(pkt *packet.Packet, networkIface common.NetworkInterface) error {
return nil
}