Browse Source

removed extra impl block

Ayush Suresh 4 months ago
parent
commit
f6f85c27c8

+ 0 - 3
target_chains/stylus/contracts/pyth-receiver/src/pyth_operations.rs

@@ -433,9 +433,6 @@ impl PythReceiver {
     }
 }
 
-impl PythReceiver {
-}
-
 pub(crate) fn parse_wormhole_proof(vaa: Vaa) -> Result<MerkleRoot<Keccak160>, PythReceiverError> {
     let message = WormholeMessage::try_from_bytes(vaa.body.payload.to_vec())
         .map_err(|_| PythReceiverError::PriceUnavailable)?;