You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: x/evm/keeper/utils.go
-2
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@ import (
18
18
19
19
// DeductTxCostsFromUserBalance deducts the fees from the user balance. Returns an
20
20
// 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
0 commit comments