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.
2 parents fba8184 + e7c635b commit 5033efdCopy full SHA for 5033efd
1 file changed
clients/js/src/createCandyMachine.ts
@@ -54,6 +54,7 @@ export const createCandyMachine = async (
54
return transactionBuilder()
55
.add(
56
createAccount(context, {
57
+ payer: newInput.payer ?? context.payer,
58
newAccount: newInput.candyMachine,
59
lamports,
60
space,
0 commit comments