Skip to content

Commit b062cd5

Browse files
authored
Remove unnecessary payable marker from wormhole address (#235)
1 parent b7331ad commit b062cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/contracts/pyth/PythState.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "./PythInternalStructs.sol";
77

88
contract PythStorage {
99
struct State {
10-
address payable wormhole;
10+
address wormhole;
1111
uint16 _deprecatedPyth2WormholeChainId; // Replaced by validDataSources/isValidDataSource
1212
bytes32 _deprecatedPyth2WormholeEmitter; // Ditto
1313

0 commit comments

Comments
 (0)