Skip to content

Commit e9c9bf7

Browse files
feat(governance): Enable CreateCanisterAndInstallCode proposals. (#9826)
# References [👈 Previous PR][prev] [prev]: #9807
1 parent 12f1165 commit e9c9bf7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

rs/nns/governance/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ thread_local! {
214214
= const { Cell::new(true) };
215215

216216
static ENABLE_CREATE_CANISTER_AND_INSTALL_CODE_PROPOSALS: Cell<bool>
217-
= const { Cell::new(cfg!(feature = "test")) };
217+
= const { Cell::new(true) };
218218

219219
static ENABLE_SUBNET_SPLITTING_PROPOSALS: Cell<bool>
220220
= const { Cell::new(false) };

rs/nns/governance/unreleased_changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on the process that this file is part of, see
99

1010
## Added
1111

12+
* Enabled CreateCanisterAndInstallCode proposals.
13+
1214
## Changed
1315

1416
## Deprecated

0 commit comments

Comments
 (0)