From 97e3af01b5c8a3770d602ec5088b53613824f9f6 Mon Sep 17 00:00:00 2001 From: PJ Date: Tue, 30 Jul 2024 09:52:33 +0200 Subject: [PATCH] worker: update all contracts --- internal/worker/cache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/worker/cache.go b/internal/worker/cache.go index 4f52c5c8d..f0d59efe4 100644 --- a/internal/worker/cache.go +++ b/internal/worker/cache.go @@ -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 } }