From 09e25b0d2a51b7d163fab73415e5012d0371b648 Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Sun, 18 Jul 2021 12:43:14 -0300 Subject: [PATCH] lotusclient: pass common struct to wire APIs Signed-off-by: Ignacio Hagopian --- service/lotusclient/lotusclient.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/lotusclient/lotusclient.go b/service/lotusclient/lotusclient.go index 289793f..a1afbe3 100644 --- a/service/lotusclient/lotusclient.go +++ b/service/lotusclient/lotusclient.go @@ -130,6 +130,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.Internal, }, headers) if err == nil {