Skip to content

Commit 343fc26

Browse files
committed
comment
1 parent 7f0bef4 commit 343fc26

File tree

1 file changed

+1
-1
lines changed
  • governance/xc_admin/packages/xc_admin_cli/src

1 file changed

+1
-1
lines changed

governance/xc_admin/packages/xc_admin_cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ multisigCommand(
10941094
signer: await vault.getVaultAuthorityPDA(targetCluster),
10951095
publisher: new PublicKey(options.publisher),
10961096
poolData: new PublicKey("poo1zPoi5xrNzi4yk4i23oWcJrNNkDYAniBCewJY8kb"),
1097-
currentStakeAccountPositionsOption: INTEGRITY_POOL_PROGRAM_ID,
1097+
currentStakeAccountPositionsOption: INTEGRITY_POOL_PROGRAM_ID, // This corresponds to `None` for optional accounts in Anchor
10981098
newStakeAccountPositionsOption,
10991099
})
11001100
.instruction();

0 commit comments

Comments
 (0)