Skip to content

Commit

Permalink
update digest
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 2, 2024
1 parent 23ad856 commit a65746c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/transaction/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const PACKET_DATA_SIZE: usize = 1280 - 40 - 8;
#[cfg_attr(
feature = "frozen-abi",
derive(solana_frozen_abi_macro::AbiExample),
solana_frozen_abi_macro::frozen_abi(digest = "GESn6AYYNhpNfzJXdQ6kGjqz4VjpMw3ye9rghqaEqks7")
solana_frozen_abi_macro::frozen_abi(digest = "76BDTr3Xm3VP7h4eSiw6pZHKc5yYewDufyia3Yedh6GG")
)]
#[cfg_attr(feature = "serde", derive(Deserialize, Serialize))]
#[derive(Debug, PartialEq, Default, Eq, Clone)]
Expand Down

0 comments on commit a65746c

Please sign in to comment.