livepeer / go-livepeer

Official Go implementation of the Livepeer protocol
http://livepeer.org
MIT License
537 stars 165 forks source link

Fix runtime error in aiWorker when pricePerUnit is unset #3059

Closed eliteprox closed 2 months ago

eliteprox commented 2 months ago

What does this pull request do? Explain your changes. (required)

Fixes a fatal runtime error when -pricePerUnit is not set, which is allowed with -aiWorker flag in #3047

Specific updates (required)

How did you test each of these updates (required)

Does this pull request close any open issues?

3057

Checklist: