Skip to content

Commit dc2cd92

Browse files
committed
feat: add comments
1 parent 46808d8 commit dc2cd92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

target_chains/ethereum/contracts/contracts/pyth/PythInternalStructs.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ contract PythInternalStructs {
4545
bytes32 emitterAddress;
4646
}
4747

48+
// Define a struct that encapsulates these related variables. This will reduce the number of individual variables on the stack.
4849
struct TwapUpdateData {
4950
uint offsetStart;
5051
uint offsetEnd;

0 commit comments

Comments
 (0)