Skip to content

Commit

Permalink
fix sim
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Apr 22, 2022
1 parent 22bdf62 commit 4cd25a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leverage/simulation/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func SimulateMsgLiquidate(ak simulation.AccountKeeper, bk types.BankKeeper, lk k
Msg: msg,
MsgType: types.EventTypeLiquidate,
Context: ctx,
SimAccount: borrower,
SimAccount: liquidator,
AccountKeeper: ak,
Bankkeeper: bk,
ModuleName: types.ModuleName,
Expand Down

0 comments on commit 4cd25a5

Please sign in to comment.