-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
token/program/src/processor.rs
Lines 677 to 679 in 90b8f5c
| if Self::cmp_pubkeys(source_account_info.key, destination_account_info.key) { | |
| return Err(ProgramError::InvalidAccountData); | |
| } |
Why we can't close account pointing itself as target for lamports?
Metadata
Metadata
Assignees
Labels
No labels