mirror of https://github.com/voidlizard/hbs2
fixing consequences of the prev. minor fix
This commit is contained in:
parent
d9e5046a6a
commit
3e97699775
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue