Skip to content

Commit 64ea2d1

Browse files
linter- correct spelling
1 parent 498311d commit 64ea2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/catalyst/simulated_beacon_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type api struct {
3333
func (a *api) loop() {
3434
var (
3535
// Arbitrum: we need to make newTxs a buffered channel because by the current design of simulated beacon
36-
// it would deadlock with this cycle a.sim.Commit() -> txpool.Sync() -> subpools reset -> update feeds (newTxs is one of the recievers)
36+
// it would deadlock with this cycle a.sim.Commit() -> txpool.Sync() -> subpools reset -> update feeds (newTxs is one of the receivers)
3737
// Note: capacity of this channel should be the worst-case estimate of number of transactions all arriving simultaneously to the pool
3838
newTxs = make(chan core.NewTxsEvent, 15)
3939
sub = a.sim.eth.TxPool().SubscribeTransactions(newTxs, true)

0 commit comments

Comments
 (0)