mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
test(peer-connection-managenent): Functional Tests (#2321) @ b16e20e48 introduced build error through ambigous function call, testwaku build failed on master (#2337)
This commit is contained in:
parent
f97ad7a12c
commit
25cd5e2ff7
@ -1,5 +1,2 @@
|
||||
proc toString*(bytes: seq[byte]): string =
|
||||
cast[string](bytes)
|
||||
|
||||
proc toBytes*(str: string): seq[byte] =
|
||||
cast[seq[byte]](str)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user