Skip to content

Commit

Permalink
fetch collection
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed May 16, 2024
1 parent 8d5522d commit 150dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/execution/ingestion/fetcher/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (e *CollectionFetcher) FetchCollection(blockID flow.Identifier, height uint
})
}

e.log.Info().Bool("onflowOnlyLNs", e.onflowOnlyLNs).
e.log.Debug().Bool("onflowOnlyLNs", e.onflowOnlyLNs).
Msgf("queued collection %v for block %v, height %v from guarantors: %v",
guarantee.ID(), blockID, height, guarantors)

Expand Down

0 comments on commit 150dfee

Please sign in to comment.