Skip to content

Commit

Permalink
delete unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
najeal committed Jan 2, 2025
1 parent b5dcb34 commit 4108b2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vms/evm/subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const (
// Max buffer size for ethereum subscription channels
maxClientSubscriptionBuffer = 20000
MaxBlocksPerRequest = 200
resubscribeTimeout = 5 * time.Second
)

// subscriber implements Subscriber
Expand Down

0 comments on commit 4108b2d

Please sign in to comment.