Skip to content

Commit c19f497

Browse files
committed
Skip (de)serialization of single signature authentication_status
For retrocompatibility with previously stored signatures (with open messages in aggregator).
1 parent c859a5a commit c19f497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mithril-common/src/entities/single_signatures.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pub struct SingleSignatures {
2929
pub signed_message: Option<String>,
3030

3131
/// Status of the authentication of the signer that emitted the signature
32+
#[serde(skip)]
3233
pub authentication_status: SingleSignatureAuthenticationStatus,
3334
}
3435

0 commit comments

Comments
 (0)