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

Commit

Permalink
[issue-#1389] fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GAtom22 committed Oct 19, 2022
1 parent e04320c commit 78c4d00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func DefaultSigVerificationGasConsumer(
) error {
pubkey := sig.PubKey
switch pubkey := pubkey.(type) {

case *ethsecp256k1.PubKey:
meter.ConsumeGas(secp256k1VerifyCost, "ante verify: eth_secp256k1")
return nil
Expand Down

0 comments on commit 78c4d00

Please sign in to comment.