mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
Update mobile.go (#942)
This commit is contained in:
parent
88a393a7b3
commit
414aaf6eb9
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ func (m *Yggdrasil) StartJSON(configjson []byte) error {
|
||||||
}
|
}
|
||||||
m.multicast, err = multicast.New(m.core, logger, options...)
|
m.multicast, err = multicast.New(m.core, logger, options...)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
logger.Errorln("An error occurred starting multicast:", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue