Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Nov 25, 2024
1 parent ac53151 commit 2f16bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/rpc/src/pathfinder/methods/get_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ pub async fn get_proof(

let contract_proof = storage_root_idx
.map(|idx| {
// Generate a proof for this contract, creating a "non-membership" proof if the contract does not exist.
// Generate a proof for this contract, creating a "non-membership" proof if the
// contract does not exist.
StorageCommitmentTree::get_proof(&tx, header.number, &input.contract_address, idx)
.unwrap_or_default()
.into_iter()
Expand Down

0 comments on commit 2f16bfd

Please sign in to comment.