Guillermo Bescos 1 vuosi sitten
vanhempi
sitoutus
974a20e834
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      target_chains/solana/programs/pyth-solana-receiver/src/lib.rs

+ 1 - 1
target_chains/solana/programs/pyth-solana-receiver/src/lib.rs

@@ -460,7 +460,7 @@ fn post_price_update_from_vaa<'info>(
 }
 
 /**
- * Borrowed from https://github.com/wormhole-foundation/wormhole/blob/wen/solana-rewrite/solana/programs/core-bridge/src/processor/parse_and_verify_vaa/verify_encoded_vaa_v1.rs#L121
+ * Borrowed from  https://github.com/wormhole-foundation/wormhole/blob/wen/solana-rewrite/solana/programs/core-bridge/src/processor/parse_and_verify_vaa/verify_encoded_vaa_v1.rs#L121
  */
 fn verify_guardian_signature(
     sig: &GuardianSetSig,