diff --git a/lez/wallet/src/lib.rs b/lez/wallet/src/lib.rs index 8fcab669..f54fd551 100644 --- a/lez/wallet/src/lib.rs +++ b/lez/wallet/src/lib.rs @@ -67,8 +67,6 @@ pub struct SharedAccountInfo { pub vpk: lee_core::encryption::ViewingPublicKey, } -// - #[derive(Debug, thiserror::Error)] pub enum ExecutionFailureKind { #[error("Failed to get data from sequencer")]