Skip to content

Commit

Permalink
Merge branch 'chore/profile-size-benchmarking' of https://github.com/…
Browse files Browse the repository at this point in the history
…reown-com/yttrium into chore/profile-size-benchmarking
  • Loading branch information
jakubuid committed Jan 15, 2025
2 parents 4a54f1a + fd7caad commit 19c9330
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 19c9330

Please sign in to comment.