From 5a8ce606bad5e198faf388215c2a8b1592b9c8a2 Mon Sep 17 00:00:00 2001 From: Akshay Aggarwal Date: Fri, 16 Feb 2024 16:44:18 +0000 Subject: [PATCH] update comment --- .../src/v0.8/automation/dev/v2_2/AutomationRegistryBase2_2.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/src/v0.8/automation/dev/v2_2/AutomationRegistryBase2_2.sol b/contracts/src/v0.8/automation/dev/v2_2/AutomationRegistryBase2_2.sol index 658150c0408..f73f830b13d 100644 --- a/contracts/src/v0.8/automation/dev/v2_2/AutomationRegistryBase2_2.sol +++ b/contracts/src/v0.8/automation/dev/v2_2/AutomationRegistryBase2_2.sol @@ -401,6 +401,7 @@ abstract contract AutomationRegistryBase2_2 is ConfirmedOwner { * @member performSuccess whether the perform was successful * @member triggerType the type of trigger * @member gasUsed gasUsed by this upkeep in perform + * @member calldataWeight weight assigned to this upkeep for its contribution to calldata. It is used to split L1 fee * @member dedupID unique ID used to dedup an upkeep/trigger combo */ struct UpkeepTransmitInfo {