Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 8, 2024
1 parent b497a63 commit 5bcbb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/system-instruction/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static_assertions::const_assert_eq!(MAX_PERMITTED_DATA_LENGTH, 10_485_760);
/// An instruction to the system program.
#[cfg_attr(
feature = "frozen-abi",
frozen_abi(digest = "2LnVTnJg7LxB1FawNZLoQEY8yiYx3MT3paTdx4s5kAXU"),
solana_frozen_abi_macro::frozen_abi(digest = "2LnVTnJg7LxB1FawNZLoQEY8yiYx3MT3paTdx4s5kAXU"),
derive(
solana_frozen_abi_macro::AbiExample,
solana_frozen_abi_macro::AbiEnumVisitor
Expand Down

0 comments on commit 5bcbb9a

Please sign in to comment.