From e107c318c3b22b8b460129b8ac430ef5986d5d44 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Sun, 12 Nov 2023 12:57:24 +0300 Subject: [PATCH] emitNotify / RefChanNotify on RPC --- hbs2-peer/app/PeerMain.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hbs2-peer/app/PeerMain.hs b/hbs2-peer/app/PeerMain.hs index 3e642b46..e5c1d720 100644 --- a/hbs2-peer/app/PeerMain.hs +++ b/hbs2-peer/app/PeerMain.hs @@ -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