Skip to content

Commit

Permalink
remove reinitialzier
Browse files Browse the repository at this point in the history
  • Loading branch information
ethereumdegen committed Nov 5, 2024
1 parent fe3b7ec commit d945281
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ contract SmartCommitmentForwarder is
__Ownable_init_unchained();
}

//only temporary for polygon
function reinitialize() public reinitializer(1){
//was only temporary in testing environment
/* function reinitialize() public reinitializer(1){
__Ownable_init_unchained();
}
}*/


function setLiquidationProtocolFeePercent(uint256 _percent)
Expand Down

0 comments on commit d945281

Please sign in to comment.