Skip to content

Commit

Permalink
Update proto/umee/leverage/v1/tx.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Jun 23, 2023
1 parent f611d60 commit f7091b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/umee/leverage/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ service Msg {
// limit checks for the liquidator are deferred until after the reward is collateralized, allowing
// 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.
// 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%.
rpc LeveragedLiquidate(MsgLeveragedLiquidate) returns (MsgLeveragedLiquidateResponse);

// SupplyCollateral combines the Supply and Collateralize actions.
Expand Down

0 comments on commit f7091b6

Please sign in to comment.