Skip to content

Commit

Permalink
fix fn
Browse files Browse the repository at this point in the history
  • Loading branch information
ethereumdegen committed Aug 28, 2024
1 parent 597762f commit 4e4a6c1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,9 @@ contract LenderCommitmentGroup_Smart is
}


function setWithdrawlDelayTime(uint256 _seconds) onlyProtocolOwner {
function setWithdrawlDelayTime(uint256 _seconds)
external
onlyProtocolOwner {

withdrawlDelayTimeSeconds = _seconds;
}
Expand Down

0 comments on commit 4e4a6c1

Please sign in to comment.