File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/api/method/get_validity_proof/prover Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ pub fn negate_proof(proof: ProofABC) -> CompressedProof {
76
76
let proof_a: G1 = G1 :: deserialize_with_mode (
77
77
& * [ & change_endianness ( & proof. a ) , & [ 0u8 ] [ ..] ] . concat ( ) ,
78
78
Compress :: No ,
79
- Validate :: Yes ,
79
+ Validate :: No ,
80
80
)
81
81
. unwrap ( ) ;
82
82
Original file line number Diff line number Diff line change @@ -176,9 +176,6 @@ pub(crate) async fn generate_proof(
176
176
path_index : addr_proof. lowElementLeafIndex ,
177
177
merkle_tree_id : addr_proof. merkleTree . to_string ( ) ,
178
178
tree_info,
179
- // next_index: addr_proof.nextIndex,
180
- // lower_range_address_hex: pubkey_to_hex(&addr_proof.lowerRangeAddress),
181
- // higher_range_address_hex: pubkey_to_hex(&addr_proof.higherRangeAddress),
182
179
} ) ;
183
180
}
184
181
You can’t perform that action at this time.
0 commit comments