Skip to content

Commit 94a7254

Browse files
committed
logging typo
1 parent d60dac6 commit 94a7254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arbitrum/backend.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ func (b *Backend) updateFilterMapsHeads() {
130130
blockProcCh := make(chan bool, 10)
131131
sub := b.arb.BlockChain().SubscribeChainEvent(headEventCh)
132132
if sub == nil {
133-
log.Error("arbitrum Backend: failed subscrubing to Head Event")
133+
log.Error("arbitrum Backend: failed subscribing to Head Event")
134134
return
135135
}
136136
sub2 := b.arb.BlockChain().SubscribeBlockProcessingEvent(blockProcCh)
137137
if sub2 == nil {
138-
log.Error("arbitrum Backend: failed subscrubing to Block Processing Event")
138+
log.Error("arbitrum Backend: failed subscribing to Block Processing Event")
139139
sub.Unsubscribe()
140140
return
141141
}

0 commit comments

Comments
 (0)