Guillermo Bescos 18 時間 前
コミット
343fc26dc8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      governance/xc_admin/packages/xc_admin_cli/src/index.ts

+ 1 - 1
governance/xc_admin/packages/xc_admin_cli/src/index.ts

@@ -1094,7 +1094,7 @@ multisigCommand(
         signer: await vault.getVaultAuthorityPDA(targetCluster),
         publisher: new PublicKey(options.publisher),
         poolData: new PublicKey("poo1zPoi5xrNzi4yk4i23oWcJrNNkDYAniBCewJY8kb"),
-        currentStakeAccountPositionsOption: INTEGRITY_POOL_PROGRAM_ID,
+        currentStakeAccountPositionsOption: INTEGRITY_POOL_PROGRAM_ID, // This corresponds to `None` for optional accounts in Anchor
         newStakeAccountPositionsOption,
       })
       .instruction();