Move SystemTransaction into its own module
This commit is contained in:
@@ -197,8 +197,8 @@ mod tests {
|
||||
use bincode::serialize;
|
||||
use packet::{Packet, PacketRecycler};
|
||||
use sigverify;
|
||||
use system_transaction::{memfind, test_tx};
|
||||
use transaction::Transaction;
|
||||
use transaction::{memfind, test_tx};
|
||||
|
||||
#[test]
|
||||
fn test_layout() {
|
||||
|
Reference in New Issue
Block a user