Skip to content

Commit 7371edc

Browse files
committed
Fix typo
1 parent 79fefeb commit 7371edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/blockchain/ethereum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func newEVMClient(networkSettings EVMNetwork, logger zerolog.Logger) (EVMClient,
105105
return nil, err
106106
}
107107
ec.gasStats = NewGasStats(ec.ID)
108-
// Check if subscriptions are supported since HTTP does not suport subscriptions.
108+
// Check if subscriptions are supported since HTTP does not support subscriptions.
109109
if ec.Client.Client().SupportsSubscriptions() {
110110
err = ec.subscribeToNewHeaders()
111111
if err != nil {

0 commit comments

Comments
 (0)