Skip to content

Commit

Permalink
Default for TransactionEffects uses effects V2 (#16236)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark authored Feb 14, 2024
1 parent 9c6c6f1 commit cbf3c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-types/src/effects/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl UnauthenticatedMessage for TransactionEffects {}

impl Default for TransactionEffects {
fn default() -> Self {
TransactionEffects::V1(Default::default())
TransactionEffects::V2(Default::default())
}
}

Expand Down

0 comments on commit cbf3c9c

Please sign in to comment.