Skip to content

Commit

Permalink
chore: fix natspec in ICSVerifier
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Dec 10, 2024
1 parent 8cf4d89 commit 8820eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/ICSVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ interface ICSVerifier {
/// @param witness Withdrawal witness against the `beaconBlock`'s state root.
/// @param nodeOperatorId ID of the Node Operator
/// @param keyIndex Index of the validator key in the Node Operator's key storage
/// @notice `witness` is a withdrawal witness against the `beaconBlock`'s state root.
function processWithdrawalProof(
ProvableBeaconBlockHeader calldata beaconBlock,
WithdrawalWitness calldata witness,
Expand Down

0 comments on commit 8820eb7

Please sign in to comment.