simple-vote-tutorial
simple-vote-tutorial copied to clipboard
demo_caws error
change
SystemProgram.createAccountWithSeed(params)
to
const transaction = new Transaction().add(SystemProgram.createAccountWithSeed(params));