Skip to content

Commit d5b88f6

Browse files
committed
fix: update sdk is_proof_verified_on_chain calling new is_proof_verified instead of verify_proof_inclusion
1 parent 062bdf4 commit d5b88f6

File tree

1 file changed

+1
-1
lines changed
  • crates/sdk/src/aggregation_layer

1 file changed

+1
-1
lines changed

crates/sdk/src/aggregation_layer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pub async fn is_proof_verified_on_chain(
128128
.map_err(|e| ProofVerificationAggModeError::EthereumProviderError(e.to_string()))?;
129129

130130
let res = contract_provider
131-
.verify_proof_inclusion(
131+
.is_proof_verified(
132132
merkle_path,
133133
verification_data.proving_system_id(),
134134
verification_data.program_id(),

0 commit comments

Comments
 (0)