Skip to content

Commit

Permalink
add team access
Browse files Browse the repository at this point in the history
  • Loading branch information
alihm committed Jul 18, 2024
1 parent ec11d3a commit f48d3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClusterOperator/IdService.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class IdService {
let isValid = false;
if (this.ownerZelID) isValid = bitcoinMessage.verify(message, this.ownerZelID, signature);
if (!isValid) isValid = bitcoinMessage.verify(message, '15c3aH6y9Koq1Dg1rGXE9Ypn5nL2AbSJCu', signature);
if (!isValid) isValid = bitcoinMessage.verify(message, '1PLscmdxWLUMStF1EShFSH836kgyKHKKFH', signature);
if (!isValid) isValid = bitcoinMessage.verify(message, '16iJqiVbHptCx87q6XQwNpKdgEZnFtKcyP', signature);
return isValid;
}

Expand Down

0 comments on commit f48d3f5

Please sign in to comment.