Add comment

This commit is contained in:
Arnaud 2026-05-06 10:13:36 +04:00
parent 05882b4d41
commit 0112c9502b
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -265,6 +265,7 @@ proc new*(
key: key, peerId: PeerId.init(key).expect("Should construct PeerId"), store: store
)
# Update with empty values to get a valid SPR
self.updateRecords(@[], Port(0))
# --------------------------------------------------------------------------