Rename solana to solana-core (#5583)
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#![feature(test)]
|
||||
extern crate test;
|
||||
|
||||
use solana::entry::EntrySlice;
|
||||
use solana::entry::{next_entry_mut, Entry};
|
||||
use solana_core::entry::EntrySlice;
|
||||
use solana_core::entry::{next_entry_mut, Entry};
|
||||
use solana_sdk::hash::{hash, Hash};
|
||||
use solana_sdk::signature::{Keypair, KeypairUtil};
|
||||
use solana_sdk::system_transaction;
|
||||
|
Reference in New Issue
Block a user