Remove unnecessary payable marker from wormhole address (#235)

This commit is contained in:
Tom Pointon 2022-07-13 11:02:22 +01:00 committed by GitHub
parent b7331ad10a
commit b062cd51fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import "./PythInternalStructs.sol";
contract PythStorage { contract PythStorage {
struct State { struct State {
address payable wormhole; address wormhole;
uint16 _deprecatedPyth2WormholeChainId; // Replaced by validDataSources/isValidDataSource uint16 _deprecatedPyth2WormholeChainId; // Replaced by validDataSources/isValidDataSource
bytes32 _deprecatedPyth2WormholeEmitter; // Ditto bytes32 _deprecatedPyth2WormholeEmitter; // Ditto