Skip to content

Commit

Permalink
remove BurnCoins from x/pr expectedkeepers as this was only required …
Browse files Browse the repository at this point in the history
…during development
  • Loading branch information
Joe Bowman committed Dec 29, 2022
1 parent 09cfb81 commit 8d06ec4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/participationrewards/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ type BankKeeper interface {
SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error
SendCoinsFromModuleToModule(ctx sdk.Context, senderModule, recipientModule string, amt sdk.Coins) error
MintCoins(ctx sdk.Context, name string, amt sdk.Coins) error
BurnCoins(ctx sdk.Context, name string, amt sdk.Coins) error
// AddSupplyOffset(ctx sdk.Context, denom string, offsetAmount sdk.Int)
}

// StakingKeeper defines the contract for staking APIs.
Expand Down

0 comments on commit 8d06ec4

Please sign in to comment.