fixing consequences of the prev. minor fix

This commit is contained in:
Dmitry Zuikov 2023-02-13 12:01:55 +03:00
parent d9e5046a6a
commit 3e97699775
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ peerHandShakeProto =
expire (PeerHandshakeKey (nonce0,pip))
-- FIXME: check if peer is blacklisted
-- right here
update d (KnownPeerKey pip) id
emit AnyKnownPeerEventKey (KnownPeerEvent pip d)
emit (ConcretePeerKey pip) (ConcretePeerData pip d)