Skip to content

Commit

Permalink
#99 Rename handler.go -> meter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau authored and arturalbov committed Dec 18, 2018
1 parent 020cf03 commit 2437210
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions x/bank/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func NewBankKeeper(ak auth.AccountKeeper, sk *stake.Keeper, coinsTransferHooks [
}

/* Override methods */
// sdk acc keeper is not interface yet
func (k Keeper) AddCoins(ctx sdk.Context, addr sdk.AccAddress, amt sdk.Coins) (sdk.Coins, sdk.Tags, sdk.Error) {
coins, tags, err := k.Keeper.AddCoins(ctx, addr, amt)
if err != nil {
Expand Down

0 comments on commit 2437210

Please sign in to comment.