@@ -286,7 +286,7 @@ msgEcdsaSignature = 0x0C08
286286-- An ECDSA-256 signature using SHA-256 as the message digest algorithm.
287287data MsgEcdsaSignature = MsgEcdsaSignature
288288 { _msgEcdsaSignature_flags :: ! Word8
289- -- ^ Describes the format of the `signed\_messages ` field below.
289+ -- ^ Describes the format of the `signed_messages ` field below.
290290 , _msgEcdsaSignature_stream_counter :: ! Word8
291291 -- ^ Signature message counter. Zero indexed and incremented with each
292292 -- signature message. The counter will not increment if this message was
@@ -340,7 +340,7 @@ msgEcdsaSignatureDepB = 0x0C07
340340-- Deprecated.
341341data MsgEcdsaSignatureDepB = MsgEcdsaSignatureDepB
342342 { _msgEcdsaSignatureDepB_flags :: ! Word8
343- -- ^ Describes the format of the `signed\_messages ` field below.
343+ -- ^ Describes the format of the `signed_messages ` field below.
344344 , _msgEcdsaSignatureDepB_stream_counter :: ! Word8
345345 -- ^ Signature message counter. Zero indexed and incremented with each
346346 -- signature message. The counter will not increment if this message was
@@ -401,7 +401,7 @@ msgEcdsaSignatureDepA = 0x0C06
401401-- Deprecated.
402402data MsgEcdsaSignatureDepA = MsgEcdsaSignatureDepA
403403 { _msgEcdsaSignatureDepA_flags :: ! Word8
404- -- ^ Describes the format of the `signed\_messages ` field below.
404+ -- ^ Describes the format of the `signed_messages ` field below.
405405 , _msgEcdsaSignatureDepA_stream_counter :: ! Word8
406406 -- ^ Signature message counter. Zero indexed and incremented with each
407407 -- signature message. The counter will not increment if this message was
0 commit comments