Skip to content

Commit

Permalink
Merge branch 'main' into chore/publify-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Oct 30, 2024
2 parents 29600a1 + e8b8312 commit d815f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iota-rust-sdk/src/types/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ pub struct SystemPackage {
pub struct GenesisTransaction {
#[cfg_attr(test, any(proptest::collection::size_range(0..=2).lift()))]
pub objects: Vec<GenesisObject>,
#[cfg_attr(test, any(proptest::collection::size_range(0..=2).lift()))]
#[cfg_attr(test, any(proptest::collection::size_range(0..=10).lift()))]
pub events: Vec<Event>,
}

Expand Down

0 comments on commit d815f43

Please sign in to comment.