You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/interfaces/IBlockBuilderPolicy.sol
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ interface IBlockBuilderPolicy {
78
78
/// @notice This function will only succeed if the caller is a registered TEE-controlled address from an attested TEE
79
79
/// and the TEE is running an approved block builder workload (see `addWorkloadToPolicy`)
80
80
/// @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
82
82
/// @dev If you do not want to deal with the operational difficulties of keeping your TEE-controlled
83
83
/// addresses funded, you can use the permitVerifyBlockBuilderProof function instead which costs
84
84
/// more gas, but allows any EOA to submit a block builder proof on behalf of a TEE
0 commit comments