We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46808d8 commit dc2cd92Copy full SHA for dc2cd92
target_chains/ethereum/contracts/contracts/pyth/PythInternalStructs.sol
@@ -45,6 +45,7 @@ contract PythInternalStructs {
45
bytes32 emitterAddress;
46
}
47
48
+ // Define a struct that encapsulates these related variables. This will reduce the number of individual variables on the stack.
49
struct TwapUpdateData {
50
uint offsetStart;
51
uint offsetEnd;
0 commit comments