minor fix

This commit is contained in:
Dmitry Zuikov 2023-03-29 07:14:38 +03:00
parent 76eb115d03
commit 83decc3bfb
1 changed files with 2 additions and 0 deletions

View File

@ -567,6 +567,8 @@ runPeer opts = Exception.handle myException $ do
| otherwise -> do
update d (KnownPeerKey p) id
pd' <- knownPeers @e pl >>=
\peers -> forM peers $ \pip -> do
pd <- find (KnownPeerKey pip) (view peerOwnNonce)