Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 1cb2921

Browse files
committed
remove TODO
1 parent 368dda0 commit 1cb2921

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x/evm/keeper/utils.go

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import (
1818

1919
// DeductTxCostsFromUserBalance deducts the fees from the user balance. Returns an
2020
// error if the specified sender address does not exist or the account balance is not sufficient.
21-
//
22-
// TODO: Currently, Goland raises the warning that there are methods defined on both *keeper and keeper, which is not recommended: https://go.dev/doc/faq#methods_on_values_or_pointers
2321
func (k *Keeper) DeductTxCostsFromUserBalance(
2422
ctx sdk.Context,
2523
fees sdk.Coins,

0 commit comments

Comments
 (0)