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 7238d1d commit 0d7be01Copy full SHA for 0d7be01
stackslib/src/chainstate/burn/operations/mod.rs
@@ -375,8 +375,8 @@ pub fn stacks_addr_serialize(addr: &StacksAddress) -> serde_json::Value {
375
}
376
377
/// Serialization function for serializing extended information within the BlockstackOperationType
378
-/// that is not printed via the standard serde implenentation. Specifically serializes additional
379
-/// StacksAddress information that is normally lost.
+/// that is not printed via the standard serde implementation. Specifically, serializes additional
+/// StacksAddress information.
380
pub fn blockstack_op_extended_serialize_opt<S: Serializer>(
381
op: &Option<BlockstackOperationType>,
382
s: S,
0 commit comments