Skip to content

Commit

Permalink
Fix: nil pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 13, 2024
1 parent 36f8cd1 commit 240c9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/indexer/receiver/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (r *Receiver) worker(ctx context.Context, height uint64) {
Number: &height,
}
var (
result Result
result = NewResult()
wg sync.WaitGroup
)

Expand Down

0 comments on commit 240c9a5

Please sign in to comment.