Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Dec 13, 2024
1 parent bfdf093 commit 10b6072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion governance/xc_admin/packages/xc_admin_cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,9 @@ multisigCommand(

if (await accountExists(cluster, stakePubkey)) {
throw new Error(
"Stake account already exists, one of the validators provided appears to be already permissioned"
"Stake account for validator " +
votePubkey.toBase58() +
" already exists, it may be already permissioned"
);
}

Expand Down

0 comments on commit 10b6072

Please sign in to comment.