diff --git a/artifacts/program_methods/privacy_preserving_circuit.bin b/artifacts/program_methods/privacy_preserving_circuit.bin index 3dbf6032..dd613143 100644 Binary files a/artifacts/program_methods/privacy_preserving_circuit.bin and b/artifacts/program_methods/privacy_preserving_circuit.bin differ diff --git a/integration_tests/tests/indexer_ffi.rs b/integration_tests/tests/indexer_ffi.rs index 5495e6c6..ac1dab4c 100644 --- a/integration_tests/tests/indexer_ffi.rs +++ b/integration_tests/tests/indexer_ffi.rs @@ -92,6 +92,7 @@ fn indexer_ffi_state_consistency() -> Result<()> { to_npk: None, to_vpk: None, amount: 100, + to_identifier: Some(0), }); runtime_wrapped.block_on(wallet::cli::execute_subcommand(ctx.wallet_mut(), command))?; @@ -133,6 +134,7 @@ fn indexer_ffi_state_consistency() -> Result<()> { to_npk: None, to_vpk: None, amount: 100, + to_identifier: Some(0), }); runtime_wrapped.block_on(wallet::cli::execute_subcommand(ctx.wallet_mut(), command))?; @@ -235,6 +237,7 @@ fn indexer_ffi_state_consistency_with_labels() -> Result<()> { to_npk: None, to_vpk: None, amount: 100, + to_identifier: Some(0), }); runtime_wrapped.block_on(wallet::cli::execute_subcommand(ctx.wallet_mut(), command))?;