diff --git a/rpc/types/src/status.rs b/rpc/types/src/status.rs index 8481c37..e8ac6ce 100644 --- a/rpc/types/src/status.rs +++ b/rpc/types/src/status.rs @@ -145,8 +145,8 @@ impl EpeeValue for Status { } fn epee_default_value() -> Option { - // TODO: what is the default here? - Some(Self::default()) + // + Some(Self::Unknown) } fn write(self, w: &mut B) -> cuprate_epee_encoding::Result<()> {