Skip to content

Commit

Permalink
change transfer hook error text (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
urieltan authored Oct 22, 2024
1 parent 916572d commit 9fe263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/locker/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ pub enum LockerError {
#[msg("Same accounts type is provided more than once")]
DuplicatedRemainingAccountTypes,

#[msg("Unable to call transfer hook without extra accounts")]
#[msg("Missing remaining accounts for transfer hook.")]
NoTransferHookProgram,
}

0 comments on commit 9fe263c

Please sign in to comment.