Move SystemTransaction into its own module
This commit is contained in:
@@ -241,7 +241,8 @@ mod tests {
|
||||
use signature::{Keypair, KeypairUtil};
|
||||
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
|
||||
use std::sync::Arc;
|
||||
use transaction::{SystemTransaction, Transaction};
|
||||
use system_transaction::SystemTransaction;
|
||||
use transaction::Transaction;
|
||||
|
||||
#[test]
|
||||
fn test_rpc_request() {
|
||||
|
||||
Reference in New Issue
Block a user