Skip to content

Commit 1596a79

Browse files
authored
Merge pull request #39 from flashbots/N-11/misleading-comment
N-11 fix misleading comment with flashtestations spec
2 parents 016d65b + 8277c53 commit 1596a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/IBlockBuilderPolicy.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ interface IBlockBuilderPolicy {
7878
/// @notice This function will only succeed if the caller is a registered TEE-controlled address from an attested TEE
7979
/// and the TEE is running an approved block builder workload (see `addWorkloadToPolicy`)
8080
/// @notice The blockContentHash is a keccak256 hash of a subset of the block header, as specified by the version.
81-
/// See the [flashtestations spec](https://github.com/flashbots/rollup-boost/blob/77fc19f785eeeb9b4eb5fb08463bc556dec2c837/specs/flashtestations.md) for more details
81+
/// See the [flashtestations spec](https://github.com/flashbots/rollup-boost/blob/main/specs/flashtestations.md) for more details
8282
/// @dev If you do not want to deal with the operational difficulties of keeping your TEE-controlled
8383
/// addresses funded, you can use the permitVerifyBlockBuilderProof function instead which costs
8484
/// more gas, but allows any EOA to submit a block builder proof on behalf of a TEE

0 commit comments

Comments
 (0)