Skip to content

Commit

Permalink
worker: update all contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan authored and ChrisSchinnerl committed Jul 30, 2024
1 parent 054dd7a commit 97e3af0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/worker/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ func (c *cache) handleHostUpdate(e api.EventHostUpdate) {
for i, contract := range contracts {
if contract.HostKey == e.HostKey {
contracts[i].HostIP = e.NetAddr
break
}
}

Expand Down

0 comments on commit 97e3af0

Please sign in to comment.