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

Commit

Permalink
Browse files Browse the repository at this point in the history
lotusclient: wire NetStruct
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Sep 17, 2021
1 parent 4bb6cd8 commit 6282008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/lotusclient/lotusclient.go
Expand Up @@ -163,6 +163,7 @@ func newBuilder(maddrs string, authToken string, connRetries int) (clientBuilder
closer, err = jsonrpc.NewMergeClient(context.Background(), "ws://"+addr+"/rpc/v0", "Filecoin",
[]interface{}{
&api.CommonStruct.Internal,
&api.NetStruct.Internal,
&api.Internal,
}, headers)
if err == nil {
Expand Down

0 comments on commit 6282008

Please sign in to comment.