We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd7b12 commit 398c5abCopy full SHA for 398c5ab
crates/common/src/slot_identifier.rs
@@ -173,6 +173,7 @@ impl Serialize for DecodedSlotValues {
173
S: serde::Serializer,
174
{
175
use serde::ser::SerializeStruct;
176
+
177
let mut state = serializer.serialize_struct("DecodedSlotValues", 2)?;
178
state.serialize_field("previousValue", &format_value(&self.previous_value))?;
179
state.serialize_field("newValue", &format_value(&self.new_value))?;
0 commit comments