cleanup imports

This commit is contained in:
antiochp 2019-08-19 18:02:08 +01:00
parent caea305587
commit 1f76d70209
No known key found for this signature in database
GPG key ID: 49CBDBCE8AB061C1

View file

@ -16,7 +16,7 @@ use crate::api;
use crate::chain;
use crate::chain::Chain;
use crate::core;
use crate::core::core::{OutputFeatures, OutputIdentifier, Transaction, TxKernel};
use crate::core::core::{OutputFeatures, OutputIdentifier, Transaction};
use crate::core::{consensus, global, pow};
use crate::keychain;
use crate::libwallet;