We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4c76b commit 4ae30bfCopy full SHA for 4ae30bf
apps/staking/src/api.ts
@@ -427,5 +427,5 @@ export const optPublisherOut = async (
427
stakeAccount: PublicKey,
428
publisherKey: PublicKey,
429
): Promise<void> => {
430
- await client.removePublisherStakeAccount(stakeAccount, publisherKey);
+ await client.removePublisherStakeAccount(publisherKey, stakeAccount);
431
};
0 commit comments