Skip to content

Commit c0744fa

Browse files
rpc: fix the stop response
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent a278c14 commit c0744fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rpc/src/responses.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -531,4 +531,7 @@ pub struct NewAddr {
531531
}
532532

533533
/// 'stop' command
534-
pub type Stop = String;
534+
#[derive(Debug, Clone, Deserialize, Serialize)]
535+
pub struct Stop {
536+
pub result: Option<String>,
537+
}

0 commit comments

Comments
 (0)