mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-22 13:56:30 +03:00
Simplify reconfiguration
This commit is contained in:
@@ -34,8 +34,7 @@ func (ps *peers) init(c *Core) {
|
||||
ps.core = c
|
||||
}
|
||||
|
||||
func (ps *peers) reconfigure(e chan error) {
|
||||
defer close(e)
|
||||
func (ps *peers) reconfigure() {
|
||||
// This is where reconfiguration would go, if we had anything to do
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user