From cb3789827e5e5e620d1c86d5c871407094af45c1 Mon Sep 17 00:00:00 2001 From: 0xZensh Date: Fri, 30 Aug 2024 16:49:41 +0800 Subject: [PATCH] fix: fix creating namespace --- .gitignore | 3 ++- src/ic_cose_canister/src/store.rs | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6b4786b..7666be2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ target/ debug .dfx -.env \ No newline at end of file +.env +src/declarations \ No newline at end of file diff --git a/src/ic_cose_canister/src/store.rs b/src/ic_cose_canister/src/store.rs index da1f411..533ee81 100644 --- a/src/ic_cose_canister/src/store.rs +++ b/src/ic_cose_canister/src/store.rs @@ -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() };