add update check for validate relay

This commit is contained in:
abhishek9686
2024-03-04 13:39:33 +07:00
parent d69d0ed2e2
commit 8ac864fec8
3 changed files with 5 additions and 5 deletions

View File

@@ -29,6 +29,6 @@ var RelayUpdates = func(currentNode, newNode *models.Node) bool {
return false
}
var ValidateRelay = func(relay models.RelayRequest) error {
var ValidateRelay = func(relay models.RelayRequest, update bool) error {
return nil
}