Skip to content

Commit 4ca8a8e

Browse files
Restore docstring for claimed function
I believe it was accidentally removed
1 parent dc7ec6f commit 4ca8a8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/protocol/IETHBridge.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ interface IETHBridge {
4848
/// @dev Only canceler can cancel a deposit.
4949
error OnlyCanceler();
5050

51+
/// @dev Whether the deposit identified by `id` has been claimed.
5152
/// @param id The deposit id
5253
function claimed(bytes32 id) external view returns (bool);
5354

0 commit comments

Comments
 (0)