feat: add room in the API for Transactions with multiple Instructions
This commit is contained in:
@ -58,8 +58,7 @@ export class Loader {
|
||||
userdata,
|
||||
);
|
||||
|
||||
const transaction = new Transaction({
|
||||
fee: 0,
|
||||
const transaction = new Transaction().add({
|
||||
keys: [program.publicKey],
|
||||
programId: this.programId,
|
||||
userdata,
|
||||
@ -85,8 +84,7 @@ export class Loader {
|
||||
userdata,
|
||||
);
|
||||
|
||||
let transaction = new Transaction({
|
||||
fee: 0,
|
||||
let transaction = new Transaction().add({
|
||||
keys: [program.publicKey],
|
||||
programId: this.programId,
|
||||
userdata,
|
||||
|
Reference in New Issue
Block a user