Skip to content

Commit

Permalink
chore: newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Sep 15, 2024
1 parent dc87e36 commit b31f9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/contracts/core/ProviderRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ contract ProviderRegistry is
function delegateStake(address provider) external payable whenNotPaused {
_stake(provider);
}

/**
* @dev Slash funds from the provider and send the slashed amount to the bidder.
* @dev reenterancy not necessary but still putting here for precaution.
Expand Down

0 comments on commit b31f9ae

Please sign in to comment.