mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-27 20:10:02 +00:00
nph
This commit is contained in:
parent
358fad8db7
commit
f3cb30903c
@ -52,7 +52,6 @@ proc hash*(r: RequestId): Hash =
|
||||
## Allows `RequestId` to be used as a `Table` key.
|
||||
hash(string(r))
|
||||
|
||||
|
||||
proc init*(
|
||||
T: type MessageEnvelope,
|
||||
contentTopic: ContentTopic,
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
import
|
||||
./[delivery_events, health_events, peer_events, discovery_events]
|
||||
import ./[delivery_events, health_events, peer_events, discovery_events]
|
||||
|
||||
export
|
||||
delivery_events, health_events, peer_events, discovery_events
|
||||
export delivery_events, health_events, peer_events, discovery_events
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user