Skip to content

Commit

Permalink
remove stateCommitmentfee
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jul 23, 2024
1 parent f2ab183 commit b7dbef0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions interfaces/IIsmpHost.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ interface IIsmpHost is IDispatcher {
*/
function frozen() external view returns (bool);

/**
* @return the fee for accessing hyperbridge state commitments charged in `feeToken()`
*/
function stateCommitmentFee() external view returns (uint256);

/**
* @param height - state machine height
* @return the state commitment at `height`
Expand Down

0 comments on commit b7dbef0

Please sign in to comment.