Skip to content

Commit

Permalink
chore: rename MarketDataSetTransferPath to MarketSetDataTransferPath
Browse files Browse the repository at this point in the history
  • Loading branch information
ta0li committed Nov 23, 2022
1 parent 12afb71 commit e9ae28a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion venus-shared/api/market/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type IMarket interface {
DealsMaxStartDelay(context.Context, address.Address) (time.Duration, error) //perm:read
DealsSetMaxStartDelay(context.Context, address.Address, time.Duration) error //perm:write
MarketDataTransferPath(context.Context, address.Address) (string, error) //perm:admin
MarketDataSetTransferPath(context.Context, address.Address, string) error //perm:admin
MarketSetDataTransferPath(context.Context, address.Address, string) error //perm:admin
DealsPublishMsgPeriod(context.Context, address.Address) (time.Duration, error) //perm:read
DealsSetPublishMsgPeriod(context.Context, address.Address, time.Duration) error //perm:write
MarketMaxDealsPerPublishMsg(context.Context, address.Address) (uint64, error) //perm:read
Expand Down
4 changes: 2 additions & 2 deletions venus-shared/api/market/method.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* [MarkDealsAsPacking](#markdealsaspacking)
* [MarketAddBalance](#marketaddbalance)
* [MarketCancelDataTransfer](#marketcanceldatatransfer)
* [MarketDataSetTransferPath](#marketdatasettransferpath)
* [MarketSetDataTransferPath](#MarketSetDataTransferPath)
* [MarketDataTransferPath](#marketdatatransferpath)
* [MarketDataTransferUpdates](#marketdatatransferupdates)
* [MarketGetAsk](#marketgetask)
Expand Down Expand Up @@ -1022,7 +1022,7 @@ Inputs:

Response: `{}`

### MarketDataSetTransferPath
### MarketSetDataTransferPath


Perms: admin
Expand Down
12 changes: 6 additions & 6 deletions venus-shared/api/market/mock/mock_imarket.go

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

6 changes: 3 additions & 3 deletions venus-shared/api/market/proxy_gen.go

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

0 comments on commit e9ae28a

Please sign in to comment.