Skip to content

Commit

Permalink
Rename queue_index to prove_by_index in indexer module
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Jan 26, 2025
1 parent ba8058a commit 0be84bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-libs/client/src/indexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ impl TryFrom<LocalPhotonAccount> for CompressedAccountWithMerkleContext {
merkle_tree_pubkey: Pubkey::from_str(&account.tree)?,
nullifier_queue_pubkey: Default::default(),
leaf_index: account.leaf_index,
queue_index: None,
prove_by_index: false,
};

let mut compressed_account = CompressedAccount {
Expand Down

0 comments on commit 0be84bf

Please sign in to comment.