Browse Source

Remove unnecessary payable marker from wormhole address (#235)

Tom Pointon 3 năm trước cách đây
mục cha
commit
b062cd51fa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ethereum/contracts/pyth/PythState.sol

+ 1 - 1
ethereum/contracts/pyth/PythState.sol

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