Skip to content

Commit 8b31788

Browse files
authored
Update create.rs
1 parent 319e086 commit 8b31788

File tree

1 file changed

+1
-1
lines changed
  • identity_iota_core/src/rebased/sui/move_calls/identity

1 file changed

+1
-1
lines changed

identity_iota_core/src/rebased/sui/move_calls/identity/create.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ where
6767
vec![ids, vps],
6868
)
6969
};
70-
// TODO: modify the Rust APIs to account for this.
70+
7171
let controllers_that_can_delegate = ptb.programmable_move_call(
7272
IOTA_FRAMEWORK_PACKAGE_ID,
7373
ident_str!("vec_map").into(),

0 commit comments

Comments
 (0)