Skip to content

Commit

Permalink
update digest
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 14, 2024
1 parent 253d5f2 commit 92638a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub type Result<T> = result::Result<T, TransactionError>;
#[cfg_attr(
feature = "frozen-abi",
derive(AbiExample),
frozen_abi(digest = "686AAhRhjXpqKidmJEdHHcJCL9XxCxebu8Xmku9shp83")
frozen_abi(digest = "6zTAbc2YDxT5oJ4TDXd6B3at9DpQGh51HEK5UUR2XFAy")
)]
#[derive(Debug, PartialEq, Default, Eq, Clone, Serialize, Deserialize)]
pub struct Transaction {
Expand Down

0 comments on commit 92638a3

Please sign in to comment.