livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

token: Update LPT burn() func signature #529

Closed yondonfu closed 2 years ago

yondonfu commented 2 years ago

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

This PR updates the burn() function signature on LPT to match the changes made in https://github.com/livepeer/arbitrum-lpt-bridge/pull/52. Note: As with before, trustedBurnTokens() is never called, but this update is made so that it could be called in the future by making sure the burn() function signature LPT is valid.

Specific updates (required)

See commit history.

How did you test each of these updates (required)

Updated unit tests.

Does this pull request close any open issues?

N/A

Checklist: