Skip to content

Commit

Permalink
Clean up won't fix TODOs
Browse files Browse the repository at this point in the history
Can handle these a separate PR, see #721
  • Loading branch information
Jake Hartnell committed Aug 19, 2023
1 parent 3bfaac7 commit 41e47b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion contracts/voting/dao-voting-native-staked/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use dao_voting::threshold::{ActiveThreshold, ActiveThresholdResponse};

#[cw_serde]
pub struct InstantiateMsg {
// TODO replace with cw-ownable
// Owner can update all configs including changing the owner. This will generally be a DAO.
pub owner: Option<Admin>,
// Manager can update all configs except changing the owner. This will generally be an operations multisig for a DAO.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub enum TokenInfo {

#[cw_serde]
pub struct InstantiateMsg {
// TODO replace with cw-ownable
// Owner can update all configs including changing the owner. This will generally be a DAO.
pub owner: Option<Admin>,
// Manager can update all configs except changing the owner. This will generally be an operations multisig for a DAO.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use crate::msg::NewTokenInfo;

#[cw_serde]
pub struct Config {
// TODO use cw-ownable
pub owner: Option<Addr>,
pub manager: Option<Addr>,
pub unstaking_duration: Option<Duration>,
Expand Down

0 comments on commit 41e47b5

Please sign in to comment.