mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
status: use Status::Unknown
for epee_default_value
This commit is contained in:
parent
d740c0f2f2
commit
234521258f
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ impl EpeeValue for Status {
|
|||
}
|
||||
|
||||
fn epee_default_value() -> Option<Self> {
|
||||
// TODO: what is the default here?
|
||||
Some(Self::default())
|
||||
// <https://github.com/Cuprate/cuprate/pull/147#discussion_r1654992559>
|
||||
Some(Self::Unknown)
|
||||
}
|
||||
|
||||
fn write<B: BufMut>(self, w: &mut B) -> cuprate_epee_encoding::Result<()> {
|
||||
|
|
Loading…
Reference in a new issue