Skip to content

Commit

Permalink
feat: promote perm of some method from IMarket
Browse files Browse the repository at this point in the history
MarketGetDealUpdates
MarketImportDealData
  • Loading branch information
LinZexiao committed Dec 29, 2022
1 parent 120367f commit 11e0fe4
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 139 deletions.
2 changes: 1 addition & 1 deletion api/clients/signer/gateway_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type WrapperGatewayClient struct {
}

func (w *WrapperGatewayClient) getAccountsOfSigner(ctx context.Context, addr address.Address) ([]string, error) {
users, err := w.authClient.GetUserBySigner(addr.String())
users, err := w.authClient.GetUserBySigner(ctx, addr)
if err != nil {
return nil, err
}
Expand Down
Loading

0 comments on commit 11e0fe4

Please sign in to comment.