Skip to content

Commit

Permalink
update digest
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 6, 2024
1 parent 3d668ab commit bd9cd44
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 @@ -172,7 +172,7 @@ pub type Result<T> = result::Result<T, TransactionError>;
#[cfg_attr(
feature = "frozen-abi",
derive(AbiExample),
frozen_abi(digest = "GNfV7vYLggBbde9n1xYKE8koExFLdr3yti7zDp7xShJR")
frozen_abi(digest = "DrGW5yPdwpTpcM7CUqjPfbau4Xhyd1tECo57nmpNXKpw")
)]
#[derive(Debug, PartialEq, Default, Eq, Clone, Serialize, Deserialize)]
pub struct Transaction {
Expand Down

0 comments on commit bd9cd44

Please sign in to comment.