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

Commit

Permalink
bing bong
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Jul 28, 2023
1 parent ee28273 commit e4e74d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/x/evm/types/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func GetAsEthTx(tx sdk.Tx) *coretypes.Transaction {
// utilizing custom signer handling for `WrappedEthereumTransaction`s

Check failure on line 156 in cosmos/x/evm/types/tx.go

View workflow job for this annotation

GitHub Actions / ci (lint, ubuntu-latest, 1.20.6)

Comment should end in a period (godot)
func ProvideEthereumTransactionGetSigners() signing.CustomGetSigner {
// Utilize a sync pool to reduce memory usage.
var txSyncPool = sync.Pool{
txSyncPool := sync.Pool{
New: func() any { return new(coretypes.Transaction) },
}

Expand Down

0 comments on commit e4e74d7

Please sign in to comment.