You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A delegator to Livepeer's network receives the following as an incentive:
A share of the reward (in LPT) received by the Node for its participation
A share of the fees (currently in ETH), received by the Node for performing Transcoding work
This change request is to build the functionality to allow the app to:
Call the withdrawFees() function on the Bonding Manager contract, which withdraws any fees which have been claimed when calling claimEarnings(uint256 _endRound)
Transfer these fees to any address (e.g. to the DAO's Vault).
The text was updated successfully, but these errors were encountered:
A delegator to Livepeer's network receives the following as an incentive:
This change request is to build the functionality to allow the app to:
withdrawFees()
function on the Bonding Manager contract, which withdraws any fees which have been claimed when callingclaimEarnings(uint256 _endRound)
The text was updated successfully, but these errors were encountered: