Skip to content

Commit

Permalink
fix: fix creating namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Aug 30, 2024
1 parent a5f4660 commit cb37898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ target/
debug

.dfx
.env
.env
src/declarations
2 changes: 2 additions & 0 deletions src/ic_cose_canister/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,8 @@ pub mod ns {
max_payload_size: input.max_payload_size.unwrap_or(MAX_PAYLOAD_SIZE),
visibility: input.visibility,
managers: input.managers,
auditors: input.auditors,
users: input.users,
..Default::default()
};

Expand Down

0 comments on commit cb37898

Please sign in to comment.