Make lint happy
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
28bed9ac54
commit
b13428bf11
@ -230,7 +230,8 @@ func send(ctx context.Context, api sendAPIs, params sendParams) (cid.Cid, error)
|
||||
}
|
||||
|
||||
return sm.Cid(), nil
|
||||
} else {
|
||||
}
|
||||
|
||||
sm, err := api.MpoolPushMessage(ctx, msg, nil)
|
||||
if err != nil {
|
||||
return cid.Undef, err
|
||||
@ -238,7 +239,6 @@ func send(ctx context.Context, api sendAPIs, params sendParams) (cid.Cid, error)
|
||||
|
||||
return sm.Cid(), nil
|
||||
}
|
||||
}
|
||||
|
||||
func decodeTypedParams(ctx context.Context, fapi api.FullNode, to address.Address, method abi.MethodNum, paramstr string) ([]byte, error) {
|
||||
act, err := fapi.StateGetActor(ctx, to, types.EmptyTSK)
|
||||
|
Loading…
Reference in New Issue
Block a user