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 b7331ad commit b062cd5Copy full SHA for b062cd5
ethereum/contracts/pyth/PythState.sol
@@ -7,7 +7,7 @@ import "./PythInternalStructs.sol";
7
8
contract PythStorage {
9
struct State {
10
- address payable wormhole;
+ address wormhole;
11
uint16 _deprecatedPyth2WormholeChainId; // Replaced by validDataSources/isValidDataSource
12
bytes32 _deprecatedPyth2WormholeEmitter; // Ditto
13
0 commit comments