Skip to content

Commit

Permalink
hotfix: fails to fetch merkle proofs for some txns
Browse files Browse the repository at this point in the history
  • Loading branch information
abheektripathy authored and QEDK committed May 6, 2024
1 parent 0661bde commit 4145c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ struct SuccinctAPIData {
range_hash: B256,
data_commitment: B256,
merkle_branch: Vec<B256>,
index: u8,
index: u16,
}

#[derive(Serialize)]
Expand All @@ -136,7 +136,7 @@ struct AggregatedResponse {
data_root_proof: Vec<B256>,
leaf_proof: Vec<B256>,
range_hash: B256,
data_root_index: u8,
data_root_index: u16,
leaf: B256,
leaf_index: u32,
data_root: B256,
Expand Down

0 comments on commit 4145c4e

Please sign in to comment.