mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-05-02 07:53:07 +00:00
Remove useless comment
This commit is contained in:
parent
4eb4e9126a
commit
5f22be0420
@ -98,9 +98,7 @@ proc update*(
|
||||
return err "No existing address in SignedPeerRecord with no port provided"
|
||||
|
||||
let ipAddr = ip.get
|
||||
# try: ip.get
|
||||
# except ValueError as e:
|
||||
# return err ("Existing address contains invalid address: " & $e.msg).cstring
|
||||
|
||||
if tcpPort.isSome:
|
||||
transProto = IpTransportProtocol.tcpProtocol
|
||||
transProtoPort = tcpPort.get
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user