Skip to content

Commit

Permalink
remove unneeded func
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Oct 13, 2023
1 parent 2cc5b07 commit a9785d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/marker/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,3 @@ func (k Keeper) GetReqAttrBypassAddrs() []sdk.AccAddress {
func (k Keeper) IsReqAttrBypassAddr(addr sdk.AccAddress) bool {
return k.reqAttrBypassAddrs.Has(addr)
}

func (k Keeper) HasBankSupply(ctx sdk.Context, denom string) {
k.bankKeeper.GetSupply(ctx, denom)
}

0 comments on commit a9785d6

Please sign in to comment.