Use Confirmed confirmation level instead of Finalized (#256)
Co-authored-by: Jayant Krishnamurthy <jkrishnamurthy@jumptrading.com>
This commit is contained in:
parent
56563599ac
commit
b485ef4d16
|
@ -272,7 +272,7 @@ pub fn gen_attest_tx(
|
||||||
let ix_data = (
|
let ix_data = (
|
||||||
pyth2wormhole::instruction::Instruction::Attest,
|
pyth2wormhole::instruction::Instruction::Attest,
|
||||||
AttestData {
|
AttestData {
|
||||||
consistency_level: ConsistencyLevel::Finalized,
|
consistency_level: ConsistencyLevel::Confirmed,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue