We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fe712 commit 0e9020aCopy full SHA for 0e9020a
packages/voter/src/voter.ts
@@ -306,18 +306,16 @@ export class VoterClient {
306
async buildDeactivatePayload({
307
stateIdx,
308
operatorPubkey,
309
- plan,
310
derivePathParams,
311
}: {
312
stateIdx: number;
313
operatorPubkey: bigint;
314
- plan: [number, number][];
315
derivePathParams?: DerivePathParams;
316
}) {
317
const payload = this.batchGenMessage(
318
319
320
+ [[0, 0]],
321
derivePathParams
322
);
323
return payload;
0 commit comments