mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-08-14 02:04:58 +02:00
Removed old signals
This commit is contained in:
@ -571,7 +571,7 @@ func (peer *Peer) NewKeyPair() *KeyPair {
|
||||
} else {
|
||||
kp.previous = kp.current
|
||||
kp.current = keyPair
|
||||
peer.signal.newKeyPair.Send()
|
||||
peer.event.newKeyPair.Fire()
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user