housekepping: add fixme for start_bootstrap's operator_id
Some checks failed
ci/woodpecker/pr/server-audit Pipeline was successful
ci/woodpecker/pr/server-lint Pipeline failed
ci/woodpecker/pr/server-vet Pipeline failed
ci/woodpecker/pr/server-test Pipeline was successful

This commit is contained in:
CleverWild
2026-06-12 22:01:17 +02:00
parent 0098c3c08a
commit 6f270ef0c4

View File

@@ -210,7 +210,7 @@ impl VaultCoordinator {
operator_id: i32, operator_id: i32,
declared_count: usize, declared_count: usize,
) -> Result<(), Error> { ) -> Result<(), Error> {
let _ = operator_id; let _ = operator_id; // fixme!: any authenticated operator may announce the committee size. the first call wins
if !matches!(self.state, CoordinatorState::Idle) { if !matches!(self.state, CoordinatorState::Idle) {
return Err(Error::AlreadyBootstrapping); return Err(Error::AlreadyBootstrapping);
} }