mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-04-04 14:40:09 +08:00
fix accidental find and replace fail
This commit is contained in:
parent
e0edada87e
commit
630728c3c5
2
peer.go
2
peer.go
@ -41,7 +41,7 @@ func (id ID) String() string {
|
|||||||
|
|
||||||
//All sha256 nodes start with Qm
|
//All sha256 nodes start with Qm
|
||||||
//We can skip the Qm to make the peer.ID more useful
|
//We can skip the Qm to make the peer.ID more useful
|
||||||
if strings.HasPrefix(pid, "gx/Qm") {
|
if strings.HasPrefix(pid, "Qm") {
|
||||||
pid = pid[2:]
|
pid = pid[2:]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user