Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki authored Jun 23, 2023
1 parent 7d71421 commit f611d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/umee/leverage/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ service Msg {
rpc Liquidate(MsgLiquidate) returns (MsgLiquidateResponse);

// LeveragedLiquidate allows a user to repay a different user's borrowed coins in exchange for some
// of the target's collateral. For flash liquidations, the tokens to repay are borrowed instead of
// of the target's collateral. For leveraged liquidations, the tokens to repay are borrowed instead of
// being taken from the liquidator's wallet, and the reward is immediately collateralized. Borrow
// 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
Expand Down

0 comments on commit f611d60

Please sign in to comment.