mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 07:06:42 +00:00
rename event
This commit is contained in:
parent
611e06946e
commit
84e36d70c6
@ -13,7 +13,7 @@ proc new*(
|
||||
# https://rfc.vac.dev/spec/36/#jsonmessageevent-type
|
||||
|
||||
return JsonConnectionChangeEvent(
|
||||
eventType: "relay_connection_change", peerId: peerId, peerEvent: peerEvent
|
||||
eventType: "connection_change", peerId: peerId, peerEvent: peerEvent
|
||||
)
|
||||
|
||||
method `$`*(jsonConnectionChangeEvent: JsonConnectionChangeEvent): string =
|
||||
|
Loading…
x
Reference in New Issue
Block a user