From b02c3f4de876da29f3644d4ad446e3e838cd210c Mon Sep 17 00:00:00 2001 From: Samuel Onoja Date: Sat, 11 Jan 2025 04:03:43 +0100 Subject: [PATCH] update doc --- mm2src/mm2_main/src/lp_wallet.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/mm2src/mm2_main/src/lp_wallet.rs b/mm2src/mm2_main/src/lp_wallet.rs index 3d8e6cdb7e..4fbf465007 100644 --- a/mm2src/mm2_main/src/lp_wallet.rs +++ b/mm2src/mm2_main/src/lp_wallet.rs @@ -545,7 +545,6 @@ pub struct SeedPasswordUpdateRequest { /// `SeedPasswordUpdateResponse` represents the result of a /// password update request. -/// It contains a boolean indicating whether the operation was successful. #[derive(Serialize)] pub struct SeedPasswordUpdateResponse { result: String,