mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-10 19:06:36 +00:00
Swap all instances of Record with SignedPeerRecord. Allow for `SignedPeerRecord`s to be updated by updating the first multiaddress in the `PeerRecord`. This also increments the `seqNo` in the `PeerRecord` only if the address was actually updated.
4 lines
55 B
Nim
4 lines
55 B
Nim
import
|
|
../private/eth/p2p/discoveryv5/spr
|
|
|
|
export spr |