Skip to content

Commit 535736b

Browse files
authored
Merge pull request #665 from LIT-Protocol/fix/testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs
fix: authSig should be delegated to bob's authMethodOwnedPkp instead …
2 parents c12c427 + f346fa8 commit 535736b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-tests/tests/testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs = async (
4848

4949
// As a dApp owner, create a capacity delegation authSig for Bob's PKP wallet
5050
const capacityDelegationAuthSig = await alice.createCapacityDelegationAuthSig(
51-
[bob.pkp.ethAddress]
51+
[bob.authMethodOwnedPkp.ethAddress]
5252
);
5353

5454
// As a dApp owner, delegate the capacity credits NFT to Bob

0 commit comments

Comments
 (0)