From 7b9e323dd2229b485ee4960be888e4ffecdd626d Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Tue, 4 Aug 2026 15:43:52 +0300 Subject: [PATCH] fix: suggestion fix 1 --- lez/wallet/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) 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")]