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
Rightholder should have full control over the distribution of their music. Therefore if they consider that a distributor is not providing the proper service (high fees, low latency, unreachable host, etc) it should be possible to remove it from the list.
Add function:
function remove_distributor(bytes32_song, address_dist_addr) external;
Rightholder should have full control over the distribution of their music. Therefore if they consider that a distributor is not providing the proper service (high fees, low latency, unreachable host, etc) it should be possible to remove it from the list.
Add function:
and use new modifier:
The text was updated successfully, but these errors were encountered: