Move budget-specific and system-specific tx constructors into traits
These functions pull in budget-specific and system-specific dependencies that aren't needed by the runtime.
This commit is contained in:
@@ -241,7 +241,7 @@ mod tests {
|
||||
use signature::{Keypair, KeypairUtil};
|
||||
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
|
||||
use std::sync::Arc;
|
||||
use transaction::Transaction;
|
||||
use transaction::{SystemTransaction, Transaction};
|
||||
|
||||
#[test]
|
||||
fn test_rpc_request() {
|
||||
|
||||
Reference in New Issue
Block a user