fix: default transaction fee is now 1 (was 0)
This commit is contained in:
@ -24,7 +24,7 @@ test('load BPF program', async () => {
|
||||
}
|
||||
|
||||
const connection = new Connection(url);
|
||||
const from = await newAccountWithTokens(connection);
|
||||
const from = await newAccountWithTokens(connection, 1024);
|
||||
const data = await fs.readFile('test/fixtures/noop/noop.o');
|
||||
const programId = await BpfLoader.load(connection, from, data);
|
||||
const transaction = new Transaction().add({
|
||||
|
Reference in New Issue
Block a user