mirror of https://github.com/voidlizard/hbs2
collect own messages in rechannotify log
This commit is contained in:
parent
d65216cc76
commit
2ef2bb493c
|
@ -913,7 +913,6 @@ refChanNotifyProto self adapter msg@(Notify rchan box) = do
|
||||||
debug $ "^^^ CALL refChanNotifyRely" <+> pretty h0
|
debug $ "^^^ CALL refChanNotifyRely" <+> pretty h0
|
||||||
lift $ refChanNotifyRely adapter rchan msg
|
lift $ refChanNotifyRely adapter rchan msg
|
||||||
|
|
||||||
debug $ "FUCKING EMIT RefChanNotifyEventKey" <+> pretty (AsBase58 rchan)
|
|
||||||
lift $ emit @e (RefChanNotifyEventKey rchan) (RefChanNotifyEvent (HashRef h0) msg)
|
lift $ emit @e (RefChanNotifyEventKey rchan) (RefChanNotifyEvent (HashRef h0) msg)
|
||||||
|
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue