Skip to content
Snippets Groups Projects
Commit a6e8ba19 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

remove comment

(used at line 1236)
parent 582a46c2
No related branches found
No related tags found
No related merge requests found
Pipeline #39527 waiting for manual action
...@@ -188,7 +188,7 @@ struct IdentityV1 { ...@@ -188,7 +188,7 @@ struct IdentityV1 {
/// whether the identity is revoked (manually or automatically) /// whether the identity is revoked (manually or automatically)
revoked: bool, revoked: bool,
/// timestamp at which the next cert can be emitted /// timestamp at which the next cert can be emitted
next_cert_issuable_on: TimestampV1, // TODO: unused? next_cert_issuable_on: TimestampV1,
/// balance of the account of this identity /// balance of the account of this identity
balance: u64, balance: u64,
/// certs received with their expiration timestamp /// certs received with their expiration timestamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment