Unverified Commit 082ac9ff authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #58 from skillful-alex/fix-issue-57--Build-broken-after-36

resolve #57 "Build broken after #36"
parents 69423986 4d82298a
...@@ -109,8 +109,6 @@ type maEndpoints struct { ...@@ -109,8 +109,6 @@ type maEndpoints struct {
raddr ma.Multiaddr raddr ma.Multiaddr
} }
var _ Conn = (*maConn)(nil)
// LocalMultiaddr returns the local address associated with // LocalMultiaddr returns the local address associated with
// this connection // this connection
func (c *maEndpoints) LocalMultiaddr() ma.Multiaddr { func (c *maEndpoints) LocalMultiaddr() ma.Multiaddr {
......
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