Skip to content

Commit

Permalink
Allow ic-admin to propose node operator record with HSM or secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleChimera committed Dec 8, 2021
1 parent 1077ffa commit 90bfe53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs/registry/admin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2019,6 +2019,7 @@ async fn main() {
SubCommand::ProposeToAddOrRemoveDataCenters(_) => (),
SubCommand::ProposeToUpdateNodeRewardsTable(_) => (),
SubCommand::ProposeToUpdateUnassignedNodesConfig(_) => (),
SubCommand::ProposeToAddNodeOperator(_) => (),
_ => panic!(
"Specifying a secret key or HSM is only supported for \
methods that interact with NNS handlers."
Expand Down

0 comments on commit 90bfe53

Please sign in to comment.