From 67843531eb49f180646251a2f3fe5bed7ee75eb7 Mon Sep 17 00:00:00 2001 From: crStiv Date: Fri, 8 Aug 2025 14:14:58 +0200 Subject: [PATCH 1/2] Update errors.rs --- anchor-programs/system/src/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anchor-programs/system/src/errors.rs b/anchor-programs/system/src/errors.rs index b35417f75d..48cfa22479 100644 --- a/anchor-programs/system/src/errors.rs +++ b/anchor-programs/system/src/errors.rs @@ -70,7 +70,7 @@ pub enum SystemProgramError { DataFieldUndefined, ReadOnlyAddressAlreadyExists, ReadOnlyAccountDoesNotExist, - HashChainInputsLenghtInconsistent, + HashChainInputsLengthInconsistent, InvalidAddressTreeHeight, InvalidStateTreeHeight, InvalidArgument, From 122ff104e83e47744b0c5f3955bc9c3f1938221d Mon Sep 17 00:00:00 2001 From: crStiv Date: Fri, 8 Aug 2025 14:25:20 +0200 Subject: [PATCH 2/2] Update batched_address_test.rs --- forester/tests/legacy/batched_address_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forester/tests/legacy/batched_address_test.rs b/forester/tests/legacy/batched_address_test.rs index a9ba71b6ab..6474fdfe26 100644 --- a/forester/tests/legacy/batched_address_test.rs +++ b/forester/tests/legacy/batched_address_test.rs @@ -113,7 +113,7 @@ async fn test_address_batched() { let config = Arc::new(config); - let indexer = TestIndexer::init_from_acounts(&config.payer_keypair, &test_accounts, 0).await; + let indexer = TestIndexer::init_from_accounts(&config.payer_keypair, &test_accounts, 0).await; let mut photon_indexer = PhotonIndexer::new(PhotonIndexer::default_path(), None);