Skip to content

Commit

Permalink
update proto comments
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Jun 29, 2023
1 parent cd48d04 commit c29eaf3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion proto/umee/leverage/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ service Msg {
// this initial borrow to exceed the liquidator's borrow limit as long as it is healthy by the end
// of the transaction. Repay amount is calculated automatically, so the liquidator only specifies
// repay and reward token denoms. For safety, the liquidator cannot exceed 80% of their borrow limit when
// executing this transaction, instead of the regular 100%.
// executing this transaction, instead of the regular 100%. Also allows repayment and reward denoms to
// be left blank - if not specified, the module will automatically select the first (alphabetically by denom)
// borrow and/or collateral on the target account and the proceed normally.
rpc LeveragedLiquidate(MsgLeveragedLiquidate) returns (MsgLeveragedLiquidateResponse);

// SupplyCollateral combines the Supply and Collateralize actions.
Expand Down
8 changes: 6 additions & 2 deletions x/leverage/types/tx.pb.go

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

0 comments on commit c29eaf3

Please sign in to comment.