Skip to content

Commit a62faf1

Browse files
refactor: remove commented-out code for clarity in v2.rs
1 parent 709a085 commit a62faf1

File tree

1 file changed

+0
-4
lines changed
  • src/api/method/get_validity_proof

1 file changed

+0
-4
lines changed

src/api/method/get_validity_proof/v2.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ pub async fn get_validity_proof_v2(
273273
cpi_context: None,
274274
next_tree_context: None,
275275
},
276-
// If AddressProofInputs was expanded to include next_index, etc.:
277-
// next_index: Some(detail.next_index),
278-
// leaf_lower_range_value: Some(detail.lower_range_address_hex),
279-
// leaf_higher_range_value: Some(detail.higher_range_address_hex),
280276
});
281277
}
282278
}

0 commit comments

Comments
 (0)