mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
cleanup imports
This commit is contained in:
parent
caea305587
commit
1f76d70209
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue