Move SystemTransaction into its own module

This commit is contained in:
Greg Fitzgerald
2018-09-26 10:07:53 -06:00
parent be20c99758
commit c83dcea87d
16 changed files with 211 additions and 183 deletions

View File

@@ -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() {