Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed Apr 9, 2024
1 parent 26a4b81 commit f5b6d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/contracts/BitcoinDepositor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ contract BitcoinDepositor is AbstractTBTCDepositor, Ownable2StepUpgradeable {
function updateDepositorFeeDivisor(
uint64 newDepositorFeeDivisor
) external onlyOwner {
// TODO: Introduce a parameters update process.
depositorFeeDivisor = newDepositorFeeDivisor;

emit DepositorFeeDivisorUpdated(newDepositorFeeDivisor);
Expand Down

0 comments on commit f5b6d27

Please sign in to comment.