Skip to content

Commit

Permalink
fix: get id cap
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrizsabin authored and Itshyphen committed Aug 8, 2024
1 parent cd8589e commit 4738a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/sui/xcall/sources/states/xcall_state.move
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module xcall::xcall_state {
id:UID,
xcall_id:ID,
}
public (package) fun get_id_cap_id(cap:&IDCap):ID{
public fun get_id_cap_id(cap:&IDCap):ID{
cap.id.to_inner()
}
public struct PackageCap has store {
Expand Down

0 comments on commit 4738a50

Please sign in to comment.