Skip to content

Commit

Permalink
chore: some extra TODOs for hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Oct 9, 2024
1 parent 2f7ccb1 commit 5b7bce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hub/hub.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ pub mod KarstHub {
// *************************************************************************
// EXTERNAL FUNCTIONS
// *************************************************************************
// TODO: Fix get_caller_address so not just anybody can follow on someone's behalf
/// @notice follows a set of given addresses
/// @param follower_profile_address address of the user trying to perform the follow action
/// @param address_of_profiles_to_follow addresses of profiles to follow
Expand Down Expand Up @@ -135,6 +136,7 @@ pub mod KarstHub {
};
}

// TODO: Fix get_caller_address so not just anybody can follow on someone's behalf
/// @notice blocks/unblocks a set of given addresses
/// @param blocker_profile_address address of the user trying to perform the block/unblock
/// action @param address_of_profiles_to_block addresses of profiles to block/unblock
Expand Down

0 comments on commit 5b7bce4

Please sign in to comment.