Skip to content

Assert owner for actions#4

Open
shanev wants to merge 4 commits intomutable-whitelistfrom
only-owner
Open

Assert owner for actions#4
shanev wants to merge 4 commits intomutable-whitelistfrom
only-owner

Conversation

@shanev
Copy link
Copy Markdown
Contributor

@shanev shanev commented Jun 6, 2023

No description provided.

@shanev shanev requested review from tasiov and yubrew June 6, 2023 15:34
ExecuteMsg::RemoveAddress { address } => execute_remove_address(deps, address),
ExecuteMsg::AddAddress { address } => execute_add_address(deps, info, address),
ExecuteMsg::RemoveAddress { address } => execute_remove_address(deps, info, address),
ExecuteMsg::UpdateOwnership(action) => update_ownership(deps, env, info, action),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you need to assert_owner in update_ownership as well?

nit: could also retitle to execute_update_ownership

Base automatically changed from remove-package to mutable-whitelist June 18, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants