Skip to content

Commit b485ef4

Browse files
jayantkJayant Krishnamurthy
andauthored
Use Confirmed confirmation level instead of Finalized (#256)
Co-authored-by: Jayant Krishnamurthy <[email protected]>
1 parent 5656359 commit b485ef4

File tree

1 file changed

+1
-1
lines changed
  • solana/pyth2wormhole/client/src

1 file changed

+1
-1
lines changed

solana/pyth2wormhole/client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ pub fn gen_attest_tx(
272272
let ix_data = (
273273
pyth2wormhole::instruction::Instruction::Attest,
274274
AttestData {
275-
consistency_level: ConsistencyLevel::Finalized,
275+
consistency_level: ConsistencyLevel::Confirmed,
276276
},
277277
);
278278

0 commit comments

Comments
 (0)