mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-14 00:46:44 +00:00
test(peer-connection-managenent): Functional Tests (#2321) @ e9d083b27 introduced build error through ambigous function call, testwaku build failed on master (#2337)
This commit is contained in:
parent
7f1682dea6
commit
a34c39c891
@ -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