livepeer / go-livepeer

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

fix(ai): fix cli prices nil error #3063

Closed rickstaa closed 2 months ago

rickstaa commented 2 months ago

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

This commit ensures that the livepeer_cli does not throw a nil error when it tries to retrieve the orchestrator base price.

Specific updates (required)

How did you test each of these updates (required)

Does this pull request close any open issues?

Checklist:

eliteprox commented 2 months ago

Tested and this is working