mirror of https://github.com/voidlizard/hbs2
minor fix
This commit is contained in:
parent
76eb115d03
commit
83decc3bfb
|
@ -567,6 +567,8 @@ runPeer opts = Exception.handle myException $ do
|
||||||
|
|
||||||
| otherwise -> do
|
| otherwise -> do
|
||||||
|
|
||||||
|
update d (KnownPeerKey p) id
|
||||||
|
|
||||||
pd' <- knownPeers @e pl >>=
|
pd' <- knownPeers @e pl >>=
|
||||||
\peers -> forM peers $ \pip -> do
|
\peers -> forM peers $ \pip -> do
|
||||||
pd <- find (KnownPeerKey pip) (view peerOwnNonce)
|
pd <- find (KnownPeerKey pip) (view peerOwnNonce)
|
||||||
|
|
Loading…
Reference in New Issue