Skip to content

Commit eca3eb9

Browse files
committed
fixed comment
1 parent b50aff7 commit eca3eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/stylus/contracts/pyth-receiver/src/pyth_governance_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ mod test {
488488
) {
489489
pyth_wormhole_init(&pyth_contract, &wormhole_contract, &alice, 0);
490490

491-
// This VAA is for a target chain ID of 1 (Solana), but the PythReceiver is on chain ID 1 (Ethereum)
491+
// This VAA is for a target chain ID of 1 (Solana), but the PythReceiver is on chain ID 2 (Ethereum)
492492
let hex_str = "0100000000010057940f58a6a44c93606bd721701539e0da93d5ea1583a735fbb13ecbcf9c01fc70240de519ea76869af14d067d68c5f3f2230f565f41b7009f3c3e63749353ed000000000100000000000100000000000000000000000000000000000000000000000000000000000000110000000000000001005054474d0103000100000000000000050000000000000003";
493493
let bytes = Vec::from_hex(&hex_str).expect("Invalid hex string");
494494

0 commit comments

Comments
 (0)