Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo committed Apr 10, 2024
1 parent 9174dee commit 3511d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/src/db/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ pub fn apply_block(

/// Returns the high 16 bits of the provided nullifier.
pub(crate) fn get_nullifier_prefix(nullifier: &Nullifier) -> u32 {
(nullifier.most_significant_felt().as_int() >> 16) as u32
(nullifier.most_significant_felt().as_int() >> 48) as u32
}

/// Converts a `u64` into a [Value].
Expand Down

0 comments on commit 3511d0f

Please sign in to comment.