From acda72e724fa100ca8c6e01b7da6dd20e55b95b3 Mon Sep 17 00:00:00 2001 From: stonehenge Date: Thu, 4 Jul 2024 22:12:37 +0400 Subject: [PATCH] fix: Governor comment --- contracts/BlastYield.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/BlastYield.sol b/contracts/BlastYield.sol index 14adac0..e78cbdd 100644 --- a/contracts/BlastYield.sol +++ b/contracts/BlastYield.sol @@ -19,7 +19,7 @@ contract BlastYield { * @param _blast Blast precompile * @param _blastPoints Blast points * @param _blastPointsOperator Blast points operator - * @param _governor Governor of the contract + * @param _governor The address that’s allowed to claim the contract’s yield and gas * @param _usdb USDB address * @param _weth WETH address */