aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-http/src/state.rs')
-rw-r--r--lockchain-http/src/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-http/src/state.rs b/lockchain-http/src/state.rs
index c89125e..718c690 100644
--- a/lockchain-http/src/state.rs
+++ b/lockchain-http/src/state.rs
@@ -1,4 +1,4 @@
-use lockchain::traits::{AutoEncoder, Body, FileIO, Vault};
+use crate::lockchain::traits::{AutoEncoder, Body, FileIO, Vault};
use std::collections::{HashMap, HashSet};
use std::marker::PhantomData;