solana-program-library
solana-program-library copied to clipboard
Update instruction.rs
Handle potential serialization errors gracefully rather than using unwrap(), which could cause the program to panic at runtime.
@SynergyCipher thanks for the contribution! However, the change you've added is still a panic.