Skip to content

Commit

Permalink
fix: update IndexerAnnounceDealRemoved
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Jul 22, 2024
1 parent 524bcbc commit 09b0761
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion venus-shared/api/market/v1/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ type IMarket interface {
IndexerListMultihashes(ctx context.Context, contextID []byte) ([]multihash.Multihash, error) //perm:read
IndexerAnnounceLatest(ctx context.Context) (cid.Cid, error) //perm:admin
IndexerAnnounceLatestHttp(ctx context.Context, urls []string) (cid.Cid, error) //perm:admin
IndexerAnnounceDealRemoved(ctx context.Context, propCid cid.Cid) (cid.Cid, error) //perm:admin
IndexerAnnounceDealRemoved(ctx context.Context, contextID []byte) (cid.Cid, error) //perm:admin
IndexerAnnounceDeal(ctx context.Context, contextID []byte) (cid.Cid, error) //perm:admin

api.Version
Expand Down
4 changes: 1 addition & 3 deletions venus-shared/api/market/v1/method.md
Original file line number Diff line number Diff line change
Expand Up @@ -1281,9 +1281,7 @@ Perms: admin
Inputs:
```json
[
{
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
"Ynl0ZSBhcnJheQ=="
]
```

Expand Down
2 changes: 1 addition & 1 deletion venus-shared/api/market/v1/mock/mock_imarket.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions venus-shared/api/market/v1/proxy_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09b0761

Please sign in to comment.