Răsfoiți Sursa

Remove unnecessary payable marker from wormhole address (#235)

Tom Pointon 3 ani în urmă
părinte
comite
b062cd51fa
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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