Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #38 from cannium/patch-1
Browse files Browse the repository at this point in the history
Fix missing transport parameter in dialed connection
  • Loading branch information
marten-seemann authored Nov 21, 2018
2 parents ea6e62d + 478625f commit 944de2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func (t *transport) Dial(ctx context.Context, raddr ma.Multiaddr, p peer.ID) (tp
}
return &conn{
sess: sess,
transport: t,
privKey: t.privKey,
localPeer: t.localPeer,
localMultiaddr: localMultiaddr,
Expand Down

0 comments on commit 944de2e

Please sign in to comment.