We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0bef4 commit 343fc26Copy full SHA for 343fc26
governance/xc_admin/packages/xc_admin_cli/src/index.ts
@@ -1094,7 +1094,7 @@ multisigCommand(
1094
signer: await vault.getVaultAuthorityPDA(targetCluster),
1095
publisher: new PublicKey(options.publisher),
1096
poolData: new PublicKey("poo1zPoi5xrNzi4yk4i23oWcJrNNkDYAniBCewJY8kb"),
1097
- currentStakeAccountPositionsOption: INTEGRITY_POOL_PROGRAM_ID,
+ currentStakeAccountPositionsOption: INTEGRITY_POOL_PROGRAM_ID, // This corresponds to `None` for optional accounts in Anchor
1098
newStakeAccountPositionsOption,
1099
})
1100
.instruction();
0 commit comments