Commit 90a6977b authored by Jeromy's avatar Jeromy
Browse files

fix accidental find and replace fail

parent c9ef94cc
...@@ -41,7 +41,7 @@ func (id ID) String() string { ...@@ -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:]
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment