Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Jan 14, 2025
1 parent 59f3665 commit fd7caad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/yttrium/src/smart_accounts/safe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ pub fn prepare_sign(
#[cfg_attr(feature = "uniffi", derive(uniffi::Enum))]
pub enum SignOutputEnum {
Signature(Bytes),
// renamed to `Object` to avoid conflicts: https://github.com/mozilla/uniffi-rs/issues/2402
SignOutput(SignOutputObject),
}

Expand Down

0 comments on commit fd7caad

Please sign in to comment.