fix: default transaction fee is now 1 (was 0)
This commit is contained in:
@ -37,7 +37,7 @@ export class BpfLoader {
|
||||
const transaction = SystemProgram.createAccount(
|
||||
owner.publicKey,
|
||||
programAccount.publicKey,
|
||||
1,
|
||||
1 + Math.ceil(elf.length / Loader.chunkSize) + 1,
|
||||
elf.length,
|
||||
BpfLoader.programId,
|
||||
);
|
||||
|
Reference in New Issue
Block a user