From 8fcc2291933770f05edacf9028297da092a28656 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Mon, 22 Jul 2024 09:03:16 +0000 Subject: [PATCH] nit: doc comments --- src/IIsmpHost.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IIsmpHost.sol b/src/IIsmpHost.sol index 9b57bf9..8cab763 100644 --- a/src/IIsmpHost.sol +++ b/src/IIsmpHost.sol @@ -70,7 +70,6 @@ interface IIsmpHost is IDispatcher { function frozen() external view returns (bool); /** - * @param height - state machine height * @return the fee for accessing hyperbridge state commitments charged in `feeToken()` */ function stateCommitmentFee() external view returns (uint256);