Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/bridges/Clearpool/ClearpoolDepositBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ contract ClearpoolDepositBridge is IClearpoolDeposit {
/**
* @notice Claim rewards from a pool without unstaking principal
*
* @dev Wraps Clearpool's withdrawReward and generate the necessary events to communicate with DeFi Basket's UI and0
* @dev Wraps Clearpool's withdrawReward and generate the necessary events to communicate with DeFi Basket's UI and
* back-end.
*
* @param poolAddress The address of the Clearpool pool.
Expand Down
Loading