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,