Skip to content
Snippets Groups Projects
Commit a205dce4 authored by Nicolas80's avatar Nicolas80
Browse files

Small cleanup of todo

parent 223ec22b
No related branches found
No related tags found
1 merge request!41Adding db persistence for all SecretFormat of vault keys as well as supporting derivations
...@@ -93,7 +93,6 @@ pub fn look_event<E: std::fmt::Debug + StaticEvent + DisplayEvent>( ...@@ -93,7 +93,6 @@ pub fn look_event<E: std::fmt::Debug + StaticEvent + DisplayEvent>(
/// custom error type intended to provide more convenient error message to user /// custom error type intended to provide more convenient error message to user
#[derive(Debug)] #[derive(Debug)]
pub enum GcliError { pub enum GcliError {
//TODO Check allowing dead code is ok for those (we are using the values only in case of exception)
/// error coming from subxt /// error coming from subxt
Subxt(subxt::Error), Subxt(subxt::Error),
/// error coming from duniter /// error coming from duniter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment