Rename loaders

This commit is contained in:
Jack May
2018-10-16 13:45:01 -07:00
committed by Grimes
parent d0c19c2c97
commit bb628e8495
9 changed files with 10 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ fn test_transaction_load_lua() {
);
check_tx_results(&bank, &tx, bank.process_transactions(&vec![tx.clone()]));
let name = String::from("solua");
let name = String::from("lua_loader");
let tx = Transaction::write(
&loader,
native_loader::id(),
@@ -197,7 +197,7 @@ fn test_transaction_load_bpf() {
);
check_tx_results(&bank, &tx, bank.process_transactions(&vec![tx.clone()]));
let name = String::from("sobpf");
let name = String::from("bpf_loader");
let tx = Transaction::write(
&loader,
native_loader::id(),