emitNotify / RefChanNotify on RPC

This commit is contained in:
Dmitry Zuikov 2023-11-12 12:57:24 +03:00
parent acd36a513c
commit e107c318c3
1 changed files with 1 additions and 0 deletions

View File

@ -1038,6 +1038,7 @@ runPeer opts = U.handle (\e -> myException e
-- NOTE: moved-to-rpc
let refChanNotifyAction (puk, box) = do
emitNotify refChanNotifySource (RefChanNotifyKey puk, RefChanNotifyData puk box)
void $ liftIO $ withPeerM penv $ do
me <- ownPeer @e
runMaybeT do