Skip to content

Commit

Permalink
Add TODO for dynamic object field
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed May 8, 2024
1 parent 3745baf commit 5b6fcac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/sui-genesis-builder/src/stardust/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ impl Executor {
ident_str!("dynamic_object_field").into(),
ident_str!("add").into(),
vec![name_type, value_type.into()],
// TODO: We actually need to pass `alias_output.id` here, but it seems that is impossible with PTBs.
// Perhaps we need to add a convenience function in alias_output.move that we can call with `alias_output_arg`.
vec![alias_output_arg, field_name_arg, alias_arg],
);

Expand Down

0 comments on commit 5b6fcac

Please sign in to comment.