From ed949c07b18d725703054f4b1fc7c0d23585b17d Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Wed, 3 Dec 2025 17:38:45 -0300 Subject: [PATCH] nit --- nssa/program_methods/guest/src/bin/authenticated_transfer.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/nssa/program_methods/guest/src/bin/authenticated_transfer.rs b/nssa/program_methods/guest/src/bin/authenticated_transfer.rs index f711f20..c9fc10b 100644 --- a/nssa/program_methods/guest/src/bin/authenticated_transfer.rs +++ b/nssa/program_methods/guest/src/bin/authenticated_transfer.rs @@ -6,7 +6,6 @@ use nssa_core::{ }; /// Initializes a default account under the ownership of this program. -/// This is achieved by a noop. fn initialize_account(pre_state: AccountWithMetadata) { let account_to_claim = AccountPostState::new_claimed(pre_state.account.clone()); let is_authorized = pre_state.is_authorized;