Skip to content

Commit

Permalink
fix missing delegate forwards
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Dec 10, 2024
1 parent 5b7bdf1 commit 6c58733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/worker-api/src/integriteeWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export class IntegriteeWorker extends Worker {
const trustedGetterArgs = {
shard: shard,
account: accountOrPubKey,
delegate: signerOptions?.delegate,
signer: signerOptions?.signer,
}
const notesForArgs = this.createType('NotesForArgs', [asString(accountOrPubKey), bucketIndex]);
Expand All @@ -101,6 +102,7 @@ export class IntegriteeWorker extends Worker {
const trustedGetterArgs = {
shard: shard,
account: accountOrPubKey,
delegate: signerOptions?.delegate,
signer: signerOptions?.signer,
}
const args = this.createType('AttemptsArg', {origin: asString(accountOrPubKey)});
Expand Down

0 comments on commit 6c58733

Please sign in to comment.