Skip to content

Commit 76bf08b

Browse files
committed
Changed header to be Cluster-Uuid
1 parent 7fafd3a commit 76bf08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/bootnode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func queryRelayAddrs(ctx context.Context, relayURL string, backoff func(), lockH
163163
}
164164

165165
req.Header.Set("Charon-Cluster", lockHashHex)
166-
req.Header.Set("Charon-Uuid", uuid)
166+
req.Header.Set("Cluster-Uuid", uuid)
167167

168168
resp, err := client.Do(req)
169169
if err != nil {

0 commit comments

Comments
 (0)