mirror of https://github.com/voidlizard/hbs2
emitNotify / RefChanNotify on RPC
This commit is contained in:
parent
acd36a513c
commit
e107c318c3
|
@ -1038,6 +1038,7 @@ runPeer opts = U.handle (\e -> myException e
|
||||||
|
|
||||||
-- NOTE: moved-to-rpc
|
-- NOTE: moved-to-rpc
|
||||||
let refChanNotifyAction (puk, box) = do
|
let refChanNotifyAction (puk, box) = do
|
||||||
|
emitNotify refChanNotifySource (RefChanNotifyKey puk, RefChanNotifyData puk box)
|
||||||
void $ liftIO $ withPeerM penv $ do
|
void $ liftIO $ withPeerM penv $ do
|
||||||
me <- ownPeer @e
|
me <- ownPeer @e
|
||||||
runMaybeT do
|
runMaybeT do
|
||||||
|
|
Loading…
Reference in New Issue