livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

added transferBond() function #498

Closed kautukkundan closed 2 years ago

kautukkundan commented 2 years ago

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

Specific updates (required)

How did you test each of these updates (required)

Does this pull request close any open issues?

closes #494

Checklist:

kautukkundan commented 2 years ago

e0914c7 removes _rebondWithHint internal function and calls _processRebond directly inside rebondWithHint and transferBond as all the internal function did was call _processRebond anyway