Browse Source

Fix blankhost entry.

pull/403/head
Raúl Kripalani 6 years ago
committed by GitHub
parent
commit
2d5c64cdd3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      package-list.json

4
package-list.json

@ -10,7 +10,7 @@
"Libp2p",
["libp2p/go-libp2p", "go-libp2p", "go-libp2p entry point"],
["libp2p/go-libp2p-host", "go-libp2p-host", "libp2p \"host\" interface"],
["libp2p/go-libp2p-blankhost", "minimal implementation of the \"host\" interface"],
["libp2p/go-libp2p-blankhost", "go-libp2p-blankhost", "minimal implementation of the \"host\" interface"],
"Network",
["libp2p/go-libp2p-net", "go-libp2p-net", "libp2p connection and \"network\" interfaces"],
@ -100,4 +100,4 @@
["libp2p/go-libp2p-circuit-progs", "go-libp2p-circuit-progs", "testing programs for go-libp2p-circuit"]
]
}
}

Loading…
Cancel
Save