Remove metadata when creating an Address
This commit is contained in:
@ -157,7 +157,6 @@ func (rr *roundRobin) watchAddrUpdates() error {
|
||||
for _, update := range updates {
|
||||
addr := Address{
|
||||
Addr: update.Addr,
|
||||
Metadata: update.Metadata,
|
||||
}
|
||||
switch update.Op {
|
||||
case naming.Add:
|
||||
|
Reference in New Issue
Block a user