Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ananas-block committed Jun 29, 2024
1 parent 65a3b5a commit 60f5c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions forester/tests/interop_nullify_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ async fn test_photon_interop_nullify_account() {
add_keypair: None,
create_state_mt: None,
create_address_mt: None,
rollover: None,
},
0,
Some(1),
Expand Down
4 changes: 2 additions & 2 deletions test-utils/src/e2e_test_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ use light_hasher::Poseidon;
use light_indexed_merkle_tree::{array::IndexedArray, reference::IndexedMerkleTree};

use account_compression::{
AddressMerkleTreeAccount, AddressMerkleTreeConfig, AddressQueueConfig, NullifierQueueConfig,
QueueAccount, StateMerkleTreeConfig,SAFETY_MARGIN
AddressMerkleTreeConfig, AddressQueueConfig, NullifierQueueConfig, StateMerkleTreeConfig,
SAFETY_MARGIN,
};
use light_system_program::sdk::compressed_account::CompressedAccountWithMerkleContext;
use light_utils::bigint::bigint_to_be_bytes_array;
Expand Down

0 comments on commit 60f5c98

Please sign in to comment.