Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antstalepresh committed Nov 6, 2023
1 parent 4a17836 commit 3ff710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/batch/wasm/interface_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func withdrawAllDelegatorRewards(ctx sdk.Context, contractAddr sdk.AccAddress, w
}

// PerformWithdrawAllDelegatorRewards is used to perform delegation rewards from the contract delegations
func PerformWithdrawAllDelegatorRewards(bk batchkeeper.Keeper, ctx sdk.Context, contractAddr sdk.AccAddress, withdrawAllDelegatorRewards *WithdrawAllDelegatorRewards) error {
func PerformWithdrawAllDelegatorRewards(bk batchkeeper.Keeper, ctx sdk.Context, contractAddr sdk.AccAddress, _ *WithdrawAllDelegatorRewards) error {
msgServer := batchkeeper.NewMsgServerImpl(bk)
msgWithdrawAllDelegatorRewards := batchtypes.NewMsgWithdrawAllDelegatorRewards(contractAddr)

Expand Down

0 comments on commit 3ff710f

Please sign in to comment.