Skip to content

Commit 4e5d910

Browse files
authored
Merge branch 'master' into staging/v7
2 parents 4df408f + 535736b commit 4e5d910

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
@@ -39,7 +39,7 @@ export const testDelegatingCapacityCreditsNFTToAnotherPkpToExecuteJs = async (
3939

4040
// As a dApp owner, create a capacity delegation authSig for Bob's PKP wallet
4141
const capacityDelegationAuthSig = await alice.createCapacityDelegationAuthSig(
42-
[bob.pkp.ethAddress]
42+
[bob.authMethodOwnedPkp.ethAddress]
4343
);
4444

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

0 commit comments

Comments
 (0)