style: Prettify
This commit is contained in:
committed by
Michael Vines
parent
34cb08bd84
commit
41d14bec22
@ -42,7 +42,9 @@ test('load BPF Rust program', async () => {
|
||||
|
||||
const connection = new Connection(url);
|
||||
const from = await newAccountWithLamports(connection, 1024);
|
||||
const data = await fs.readFile('test/fixtures/noop-rust/solana_bpf_rust_noop.so');
|
||||
const data = await fs.readFile(
|
||||
'test/fixtures/noop-rust/solana_bpf_rust_noop.so',
|
||||
);
|
||||
const programId = await BpfLoader.load(connection, from, data);
|
||||
const transaction = new Transaction().add({
|
||||
keys: [{pubkey: from.publicKey, isSigner: true}],
|
||||
|
Reference in New Issue
Block a user