Reorganize code

This commit is contained in:
Alex Auvolat
2020-04-23 17:05:46 +00:00
parent 01a8acdeec
commit c9c6b0dbd4
24 changed files with 254 additions and 208 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use hyper::StatusCode;
use std::io;
use crate::data::Hash;
use crate::rpc_client::RPCError;
use crate::rpc::rpc_client::RPCError;
#[derive(Debug, Error)]
pub enum Error {